diff options
| author | 2022-08-05 09:31:06 +0200 | |
|---|---|---|
| committer | 2022-08-05 09:31:06 +0200 | |
| commit | e0630766450d402455d9c8368087f96d8075c07c (patch) | |
| tree | 57c6815ff9c4e4264e39f4643e60e4d0be7c192c /bootstrap/libc.hff | |
| parent | 9667272414380e2d50113e0a0c6408a02e7c23eb (diff) | |
headers, import
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; |