Data Structures UFC  1.0.0
Essential Data Structures for C language
console.h
Go to the documentation of this file.
1 
13 #ifndef CONSOLE_H
14 #define CONSOLE_H
15 
16 #include "console/pause.h"
17 #include "console/clear.h"
18 
19 #endif