mirror of
https://github.com/sigmasternchen/chaOS
synced 2025-03-15 05:38:54 +00:00
7 lines
92 B
C
7 lines
92 B
C
#ifndef STDIO_H
|
|
#define STDIO_H
|
|
|
|
#include "stdio/input.h"
|
|
#include "stdio/output.h"
|
|
|
|
#endif
|