9 File kernel/include/string.h

9.1 Functions

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

9.2 Functions Documentation

9.2.1 function bea_strncpy

Copies n_ characters from a character buffer._

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

Parameters: