chaOS/stdio.h

8 lines
92 B
C
Raw Normal View History

2013-08-02 22:17:37 +00:00
#ifndef STDIO_H
#define STDIO_H
#include "stdio/input.h"
#include "stdio/output.h"
#endif