mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 22:02:43 +00:00
Whitespace formatting
This commit is contained in:
parent
649ffc6d4b
commit
46a9bbdc62
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87021
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user