summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorAndre Oppermann <andre@FreeBSD.org>2006-03-14 16:57:30 +0000
committerAndre Oppermann <andre@FreeBSD.org>2006-03-14 16:57:30 +0000
commitc74dfa2faf6063f8648801f4528074ac770b779f (patch)
treeda218425feae6ba491bf6dcbb51422c211cce3a1 /include/stdlib.h
parent39092e79edeaa61d26a34b1decbe2a6b95697f6a (diff)
downloadsrc-test2-c74dfa2faf6063f8648801f4528074ac770b779f.tar.gz
src-test2-c74dfa2faf6063f8648801f4528074ac770b779f.zip
Notes
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 8953409fac97..98fe8b7756c6 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -271,6 +271,8 @@ int sradixsort(const unsigned char **, int, const unsigned char *,
unsigned);
void sranddev(void);
void srandomdev(void);
+long long
+ strtonum(const char *, long long, long long, const char **);
/* Deprecated interfaces, to be removed in FreeBSD 6.0. */
__int64_t