Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
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 n, src, and strlen().