Oolite 1.91.0.7646-241128-10e222e
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