diff options
Diffstat (limited to 'bootstrap/libc.hff')
| -rw-r--r-- | bootstrap/libc.hff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/libc.hff b/bootstrap/libc.hff new file mode 100644 index 0000000..0667b3f --- /dev/null +++ b/bootstrap/libc.hff @@ -0,0 +1,2 @@ +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; |