diff options
Diffstat (limited to 'bootstrap/libc.hff')
| -rw-r--r-- | bootstrap/libc.hff | 3 |
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; |