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;