Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
bsd_string.h
Go to the documentation of this file.
1#ifndef BSD_STRING_H
2#define BSD_STRING_H
3#ifdef NEED_STRLCPY
4size_t strlcpy(char *dst, const char *src, size_t siz);
5#endif
6#endif
7