sonic-openssh/bsd-strlcpy.h

11 строки
223 B
C
Исходник Обычный вид История

#ifndef _BSD_STRLCPY_H
#define _BSD_STRLCPY_H
1999-10-28 08:12:54 +04:00
#include "config.h"
#ifndef HAVE_STRLCPY
#include <sys/types.h>
1999-10-27 07:42:43 +04:00
size_t strlcpy(char *dst, const char *src, size_t siz);
1999-10-28 08:12:54 +04:00
#endif /* !HAVE_STRLCPY */
#endif /* _BSD_STRLCPY_H */