Add strtonum function

Taken from FreeBSD.
This commit is contained in:
Guillem Jover
2009-10-11 21:07:53 +02:00
parent 1bf8b96ac8
commit 56ddcfe65a
5 changed files with 233 additions and 0 deletions

View File

@@ -42,3 +42,7 @@ LIBBSD_0.1 {
nlist;
} LIBBSD_0.0;
LIBBSD_0.2 {
strtonum;
} LIBBSD_0.1;