mirror of
https://github.com/sigmasternchen/chaOS
synced 2025-03-15 13:48:55 +00:00
8 lines
92 B
C
8 lines
92 B
C
![]() |
#ifndef STDIO_H
|
||
|
#define STDIO_H
|
||
|
|
||
|
#include "stdio/input.h"
|
||
|
#include "stdio/output.h"
|
||
|
|
||
|
#endif
|