Add new expand_number() function

Taken from FreeBSD.

[guillem@hadrons.org:
 - Include <stdint.h> in <bsd/libutil.h>. ]

Signed-off-by: Guillem Jover <guillem@hadrons.org>
This commit is contained in:
Robert Millan
2011-12-31 04:30:48 +01:00
committed by Guillem Jover
parent 943939d0e5
commit 6434858314
7 changed files with 220 additions and 0 deletions

View File

@@ -92,4 +92,5 @@ LIBBSD_0.3 {
LIBBSD_0.4 {
closefrom;
expand_number;
} LIBBSD_0.3;