strncpy — Copy a length-limited, NUL-terminated string
Where to copy the string to
Where to copy the string from
The maximum number of bytes to copy
The result is not NUL-terminated if the source exceeds count bytes.
In the case where the length of src is less than that of count, the remainder of dest will be padded with NUL.