php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
strlcat.c File Reference
#include "php.h"
#include <sys/types.h>
#include <string.h>

Go to the source code of this file.

Functions

PHPAPI size_t php_strlcat (char *dst, const char *src, size_t siz)
 

Function Documentation

◆ php_strlcat()

PHPAPI size_t php_strlcat ( char * dst,
const char * src,
size_t siz )

Definition at line 64 of file strlcat.c.