Ruby  2.4.2p198(2017-09-14revision59899)
Functions
strlcpy.c File Reference
#include "ruby/missing.h"
#include <sys/types.h>
#include <string.h>
Include dependency graph for strlcpy.c:

Go to the source code of this file.

Functions

size_t strlcpy (char *dst, const char *src, size_t dsize)
 

Function Documentation

◆ strlcpy()

size_t strlcpy ( char *  dst,
const char *  src,
size_t  dsize 
)