mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
9 lines
246 B
C
9 lines
246 B
C
#ifndef LIBC_ISYSTEM_STDIO_H_
|
|
#define LIBC_ISYSTEM_STDIO_H_
|
|
#include "libc/calls/calls.h"
|
|
#include "libc/fmt/fmt.h"
|
|
#include "libc/mem/fmt.h"
|
|
#include "libc/stdio/lock.internal.h"
|
|
#include "libc/stdio/stdio.h"
|
|
#include "libc/stdio/temp.h"
|
|
#endif
|