UbixOS  2.0
strncpy.c File Reference
#include <string.h>
Include dependency graph for strncpy.c:

Go to the source code of this file.

Functions

char * strncpy (char *__restrict dst, const char *__restrict src, size_t n)
 

Function Documentation

◆ strncpy()

char* strncpy ( char *__restrict  dst,
const char *__restrict  src,
size_t  n 
)

Definition at line 3 of file strncpy.c.