diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-28 02:18:53 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-28 02:18:53 +0000 |
| commit | 46a9bbdc6249b50cf28f560c1d7a9e9a1eb1d7ad (patch) | |
| tree | 9e39363c38c69839215eeeee23870fe71e18a47a /include/stdlib.h | |
| parent | 649ffc6d4b89aa5fcd609e520763f210eb8fce88 (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index e9a689ba44716..9b236c9e17dcf 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -94,7 +94,8 @@ int atexit __P((void (*)(void))); double atof __P((const char *)); int atoi __P((const char *)); long atol __P((const char *)); -long long atoll __P((const char *)); +long 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)); |
