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