May 30, 2017 ncurses is a lib for building command line user interface(TUI) Hello World int main() { initscr(); printw("Hello World !!!"); refresh(); getch(); endwin(); return 0; } 初始化控制函数 赞微海报分享
ncurses is a lib for building command line user interface(TUI) Hello World int main() { initscr(); printw("Hello World !!!"); refresh(); getch(); endwin(); return 0; } 初始化控制函数
近期评论