aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/libc.hff
blob: 9b396e1a06b73d7989b39865eb4778ff9815ffeb (plain) (blame)
1
2
3
4
5
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;