Skip to content

Commit

Permalink
Whitespace formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ache authored and ache committed Nov 28, 2001
1 parent e27de14 commit ea6b9a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/stdlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit ea6b9a4

Please sign in to comment.