|
NeKernel dev
|
DDK equivalent of POSIX's string.h. More...
#include <DriverKit/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) |
DDK equivalent of POSIX's string.h.
| DDK_EXTERN size_t kstrlen | ( | const char * | in | ) |
| DDK_EXTERN int kstrncpy | ( | char * | dst, |
| const char * | src, | ||
| size_t | len ) |