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

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().

Referenced by rb_file_expand_path_internal(), and w32_aspawn_flags().