Whitespace formatting

This commit is contained in:
Andrey A. Chernov 2001-11-28 02:18:53 +00:00
parent 649ffc6d4b
commit 46a9bbdc62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87021

View File

@ -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));