From e0630766450d402455d9c8368087f96d8075c07c Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 5 Aug 2022 09:31:06 +0200 Subject: headers, import --- bootstrap/libc.hff | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bootstrap/libc.hff (limited to 'bootstrap/libc.hff') 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; -- cgit v1.2.3