mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-06 00:46:23 +00:00
7 lines
182 B
C
7 lines
182 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/stdio.h"
|
|
#include "libc/stdio/temp.h"
|
|
#endif
|