libcfe  0.12.1
some useful C-functions
ustrncpy.h
Go to the documentation of this file.
1 #ifndef XUSTRNCPY_H
2 #define XUSTRNCPY_H
3 
4 #include <stdlib.h>
5 
13 size_t ustrncpy(unsigned char *dest, const char *src, size_t n);
14 
15 #endif /* XUSTRNCPY_H */
size_t ustrncpy(unsigned char *dest, const char *src, size_t n)
Definition: ustrncpy.c:4