openssh-portable/strlcpy.h

5 lines
118 B
C
Raw Normal View History

1999-10-27 05:42:43 +02:00
#ifndef _STRLCPY_H
#define _STRLCPY_H
size_t strlcpy(char *dst, const char *src, size_t siz);
#endif /* _STRLCPY_H */