aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/libc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-07 06:19:21 +0200
committerlemon <lsof@mailbox.org>2022-08-07 06:19:21 +0200
commit4a0b52a8259810ef7838eece5af030158616d5e5 (patch)
tree42cd9d7de86986f39f1d206216fdb85b6bb43821 /bootstrap/libc.hff
parenta522d6c89067aa2b560ccab3eed9b4e00e89b100 (diff)
incoplete extern static
Diffstat (limited to 'bootstrap/libc.hff')
-rw-r--r--bootstrap/libc.hff3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap/libc.hff b/bootstrap/libc.hff
index 58ff6b0..9b396e1 100644
--- a/bootstrap/libc.hff
+++ b/bootstrap/libc.hff
@@ -1,3 +1,6 @@
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;
+
+struct FILE;
+extern static stderr FILE, stdin FILE;