aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/libc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-05 16:51:31 +0200
committerlemon <lsof@mailbox.org>2022-08-05 16:51:31 +0200
commitd95555f87eced5fcb3458d76c765afe2de89bdcb (patch)
tree13d796696a7c42112b5ba224716e8a6b4a2caeae /bootstrap/libc.hff
parentfb2346ba50eec07c35d8bc2f7d7a6b9d7b3d1a2a (diff)
be lazier
Diffstat (limited to 'bootstrap/libc.hff')
-rw-r--r--bootstrap/libc.hff3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/libc.hff b/bootstrap/libc.hff
index 0667b3f..58ff6b0 100644
--- a/bootstrap/libc.hff
+++ b/bootstrap/libc.hff
@@ -1,2 +1,3 @@
extern fn printf(fmt *const u8, ...) int;
-extern fn qsort(base *void, nmemb usize, size usize, compar *fn(l *const void, r *const void, _ *void) int) void;
+extern fn qsort(base *void, nmemb usize, size usize,
+ compar *fn(l *const void, r *const void, _ *void) int) void;