]> andersk Git - openssh.git/blob - bsd-strlcpy.h
dafa44af86f454c503c056cd01b4f542b165433b
[openssh.git] / bsd-strlcpy.h
1 #ifndef _BSD_STRLCPY_H
2 #define _BSD_STRLCPY_H
3
4 #include "config.h"
5 #ifndef HAVE_STRLCPY
6 #include <sys/types.h>
7 size_t strlcpy(char *dst, const char *src, size_t siz);
8 #endif /* !HAVE_STRLCPY */
9
10 #endif /* _BSD_STRLCPY_H */
This page took 0.024709 seconds and 3 git commands to generate.