summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-11-28 02:18:53 +0000
committerache <ache@FreeBSD.org>2001-11-28 02:18:53 +0000
commitea6b9a4d035ddc7319253f95309dd7096919c61e (patch)
tree9e39363c38c69839215eeeee23870fe71e18a47a /include
parente27de1447ab399e87a8b7045a1b99bc9052326fd (diff)
downloadFreeBSD-src-ea6b9a4d035ddc7319253f95309dd7096919c61e.zip
FreeBSD-src-ea6b9a4d035ddc7319253f95309dd7096919c61e.tar.gz
Whitespace formatting
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index e9a689b..9b236c9 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));
OpenPOWER on IntegriCloud