pcsc-lite 1.9.9
Functions
strlcpycat.h File Reference

prototypes of strlcpy()/strlcat() imported from OpenBSD More...

Go to the source code of this file.

Functions

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

Detailed Description

prototypes of strlcpy()/strlcat() imported from OpenBSD

Definition in file strlcpycat.h.

Function Documentation

◆ strlcpy()

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

Definition at line 35 of file strlcpy.c.