From 4a0b52a8259810ef7838eece5af030158616d5e5 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 7 Aug 2022 06:19:21 +0200 Subject: incoplete extern static --- bootstrap/libc.hff | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap/libc.hff') 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; -- cgit v1.2.3