| Type | Name |
|---|---|
| void | bea_strncpy
(const char *from, char *to, size_t n) Copies n_ characters from a character buffer._ |
bea_strncpyCopies 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