summaryrefslogtreecommitdiff
path: root/util.h
blob: 2a227f644731c79e7a6d404ed5899b132ce7b687 (plain)
1
2
3
4
5
6
7
8
#ifndef _LIBUTIL_H
#define _LIBUTIL_H

size_t strlcpy(char *d, const char *s, size_t bufsize);
size_t strlcat(char *d, const char *s, size_t bufsize);

#endif /* _LIBUTIL_H */