mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-03-26 19:32:22 +01:00
8 lines
104 B
C
8 lines
104 B
C
extern void ncurs_init();
|
|
extern void ncurs_cleanup();
|
|
|
|
int main() {
|
|
ncurs_init();
|
|
ncurs_cleanup();
|
|
}
|