comment old curse.c main function
This commit is contained in:
parent
1f26441c71
commit
206f1e6a09
1 changed files with 3 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ WINDOW *root_window(void) {
|
||||||
return rootwin;
|
return rootwin;
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
/*
|
||||||
|
int main(const int argc, const char *const argv[]) {
|
||||||
init_ncurses();
|
init_ncurses();
|
||||||
WINDOW *stdscr = new_window(0, 0, 0, 0);
|
WINDOW *stdscr = new_window(0, 0, 0, 0);
|
||||||
|
|
||||||
|
|
@ -98,3 +99,4 @@ end:
|
||||||
endwin();
|
endwin();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue