#include "gm_config.h"#include "gm.h"Functions | |
| GM_ENTRY_POINT char * | gm_strncpy (char *to, const char *from, int len) |
|
||||||||||||||||
|
gm_strncpy() copies exactly n bytes, truncating src or adding null characters to dst if necessary. The result will not be null-terminated if the length of src is n or more.
|
1.4.4