NeKernel dev
Loading...
Searching...
No Matches
str.h File Reference

DDK equivalent of POSIX's string.h. More...

#include <DDKKit/ddk.h>

Go to the source code of this file.

Functions

DDK_EXTERN size_t kstrlen (const char *in)
DDK_EXTERN int kstrncpy (char *dst, const char *src, size_t len)

Detailed Description

DDK equivalent of POSIX's string.h.

Function Documentation

◆ kstrlen()

DDK_EXTERN size_t kstrlen ( const char * in)

◆ kstrncpy()

DDK_EXTERN int kstrncpy ( char * dst,
const char * src,
size_t len )