From 46a9bbdc6249b50cf28f560c1d7a9e9a1eb1d7ad Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 28 Nov 2001 02:18:53 +0000 Subject: [PATCH] Whitespace formatting --- include/stdlib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/stdlib.h b/include/stdlib.h index e9a689ba4471..9b236c9e17dc 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));