Description
Copy string from source RAM location to destination RAM location upto a specified maximumDefinition
strncpy(char *dst, char *src, int cnt)Library
LIB/str_lib.basUsage
On entry:dst is a pointer to a RAM buffer holding the destination stringOn exit:
src is a pointer to a RAM buffer holding the source stringThere is no return value