chaOS/stdio.h
2013-08-03 00:17:37 +02:00

7 lines
92 B
C

#ifndef STDIO_H
#define STDIO_H
#include "stdio/input.h"
#include "stdio/output.h"
#endif