#include <curses.h> int main() { initscr(); /* initialize curses() */ box(stdscr, 0, 0); /* draw a box around the whole screen */ WINDOW *w1 ...
確定! 回上一頁