diff options
Diffstat (limited to 'bootstrap/libc.hff')
| -rw-r--r-- | bootstrap/libc.hff | 3 |
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; |