Fix just added atoll prototype

This commit is contained in:
Andrey A. Chernov 2001-11-28 01:51:00 +00:00
parent 76053f515b
commit 6497eddc3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87019

View File

@ -94,7 +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 *));
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));