mirror of git://anongit.mindrot.org/openssh.git
5 lines
118 B
C
5 lines
118 B
C
|
#ifndef _STRLCPY_H
|
||
|
#define _STRLCPY_H
|
||
|
size_t strlcpy(char *dst, const char *src, size_t siz);
|
||
|
#endif /* _STRLCPY_H */
|