#include "gm_config.h"
#include "gm.h"
Functions | |
GM_ENTRY_POINT char * | gm_strncpy (char *to, const char *from, int len) |
This file contains the GM API function gm_strncpy().
|
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.
|