cosmopolitan/libc/isystem/stdio.h

10 lines
244 B
C
Raw Normal View History

#ifndef _STDIO_H
#define _STDIO_H
#include "libc/calls/calls.h"
#include "libc/calls/weirdtypes.h"
#include "libc/stdio/dprintf.h"
2020-06-15 14:18:57 +00:00
#include "libc/stdio/stdio.h"
#include "libc/temp.h"
#include "third_party/musl/tempnam.h"
#endif /* _STDIO_H */