Add new strnstr() function

Taken from FreeBSD.
This commit is contained in:
Guillem Jover
2012-11-25 21:13:38 +01:00
parent ff0d700df0
commit 1be0bdb2c9
7 changed files with 184 additions and 0 deletions

View File

@@ -96,6 +96,8 @@ LIBBSD_0.4 {
} LIBBSD_0.3;
LIBBSD_0.5 {
strnstr;
wcslcat;
wcslcpy;
} LIBBSD_0.4;