mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
10fd8bdb70
This change resurrects ae5d06dc53
8 lines
211 B
C
8 lines
211 B
C
#ifndef LIBC_ISYSTEM_STDIO_H_
|
|
#define LIBC_ISYSTEM_STDIO_H_
|
|
#include "libc/calls/calls.h"
|
|
#include "libc/fmt/fmt.h"
|
|
#include "libc/stdio/lock.h"
|
|
#include "libc/stdio/stdio.h"
|
|
#include "libc/stdio/temp.h"
|
|
#endif
|