Type | Name |
---|---|
void | bea_strncpy
(const char *from, char *to, size_t n) Copies n _ characters from a character buffer._ |
bea_strncpy
Copies n
_ characters from a character
buffer._
void bea_strncpy (
const char *from,
char *to,
size_t n
)
Parameters:
from
The buffer to copy fromto
The buffer to copy inton
The number of characters to copy