summaryrefslogtreecommitdiffstats
path: root/strlcpy.h
blob: 824df300ce65d6e0044a31fb9636dee680982800 (plain)
1
2
3
4
#ifndef _STRLCPY_H
#define _STRLCPY_H
size_t strlcpy(char *dst, const char *src, size_t siz);
#endif /* _STRLCPY_H */