char *strncat( char *dest, const char *src, size_t maxlen )
- prototype in string.h - appends up to maxlen characters of src to dest and then appends a null character
- prototype in string.h - appends up to maxlen characters of src to dest and then appends a null character