Some BSD string prototypes because the dirty GNU hippies are lame.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2821 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
fffc415fd0
commit
34488b1dbb
1 changed files with 5 additions and 0 deletions
5
fteqtv/bsd_string.h
Normal file
5
fteqtv/bsd_string.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
|
||||
size_t strlcpy(char *dst, const char *src, size_t siz);
|
||||
|
Loading…
Reference in a new issue