The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Functions
strlcpy.c File Reference

Local implementation of the strlcpy function. More...

#include <freeradius-devel/missing.h>
+ Include dependency graph for strlcpy.c:

Go to the source code of this file.

Functions

size_t strlcpy (char *dst, char const *src, size_t siz)
 

Detailed Description

Local implementation of the strlcpy function.

Definition in file strlcpy.c.

Function Documentation

◆ strlcpy()

size_t strlcpy ( char *  dst,
char const *  src,
size_t  siz 
)

Definition at line 34 of file strlcpy.c.