diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-28 01:22:08 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-28 01:22:08 +0000 |
| commit | 59d01330c4eb9f2727e88f6b1bba619a94f81184 (patch) | |
| tree | 0a99b7e2465c22a7c381a267d58611af2e2ed87c /include/stdlib.h | |
| parent | 7e302fc7a2591a1f26d7f94ef7d4292930773148 (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 3e7ce25b0237..5fb80da4cce2 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)); |
