From d95555f87eced5fcb3458d76c765afe2de89bdcb Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 5 Aug 2022 16:51:31 +0200 Subject: be lazier --- bootstrap/libc.hff | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap/libc.hff') 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; -- cgit v1.2.3