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:
Mark Olsen 2007-12-27 15:16:27 +00:00
parent fffc415fd0
commit 34488b1dbb
1 changed files with 5 additions and 0 deletions

5
fteqtv/bsd_string.h Normal file
View File

@ -0,0 +1,5 @@
#include <sys/types.h>
#include <string.h>
size_t strlcpy(char *dst, const char *src, size_t siz);