◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <string.h> Syntax: char *strncpy( char *dest, char *src, size_t count ); char __far *_fstrncpy( char __far *dest, char __far *src, size_t count ); Returns: the destination string. See also: strcpy, strncat, memcpy, _memccpy, memmove, strncmp -♦-