Ruby  2.5.0dev(2017-10-22revision60238)
Functions
strlcat.c File Reference
#include "ruby/missing.h"
#include <sys/types.h>
#include <string.h>

Go to the source code of this file.

Functions

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

Function Documentation

◆ strlcat()

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

Definition at line 31 of file strlcat.c.

References strlen().