MicrOS
streams.h
Go to the documentation of this file.
1 #ifndef STREAMS_H
2 #define STREAMS_H
3 
4 #include "console_stream.h"
5 #include "keyboard_stream.h"
6 #include "file_stream.h"
7 
8 #endif