Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
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().