|
libcfe
0.12.1
some useful C-functions
|
Go to the source code of this file.
Functions | |
| size_t | ustrncpy (unsigned char *dest, const char *src, size_t n) |
| size_t ustrncpy | ( | unsigned char * | dest, |
| const char * | src, | ||
| size_t | n | ||
| ) |
Copy n characters of a string to a new unsigned string.
| [in,out] | dest | Pointer to an allocated place to hold the string. |
| [in] | src | Pointer to the original string. |
| [in] | n | Number of characters to copy. |
Definition at line 4 of file ustrncpy.c.