summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-11-28 01:22:08 +0000
committerache <ache@FreeBSD.org>2001-11-28 01:22:08 +0000
commit58de837716d20ed27b9f16304daec90fa7465047 (patch)
tree0a99b7e2465c22a7c381a267d58611af2e2ed87c /include
parent950bfdf509d69b5c71a77c19ecb6ea5be2336016 (diff)
downloadFreeBSD-src-58de837716d20ed27b9f16304daec90fa7465047.zip
FreeBSD-src-58de837716d20ed27b9f16304daec90fa7465047.tar.gz
Add atoll(3) to conform POSIX and C99
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 3e7ce25..5fb80da 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -94,6 +94,7 @@ int atexit __P((void (*)(void)));
double atof __P((const char *));
int atoi __P((const char *));
long atol __P((const char *));
+long atoll __P((const char *));
void *bsearch __P((const void *, const void *, size_t,
size_t, int (*)(const void *, const void *)));
void *calloc __P((size_t, size_t));
OpenPOWER on IntegriCloud