14 File kernel/include/string.h

14.1 Functions

Type Name
void bea_strncpy (const char *from, char *to, size_t n)
Copies n_ characters from a character buffer._

14.2 Functions Documentation

14.2.1 function bea_strncpy

Copies n_ characters from a character buffer._

void bea_strncpy (
    const char *from,
    char *to,
    size_t n
) 

Parameters: