summary refs log blame commit diff stats
path: root/src/common/strlutil.h
blob: 968aab53fcd75770019584f2539a95fd08ea1ef8 (plain) (tree)
1
2

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