C program under Linux ------ Curses library

zhaozj2021-02-16  98

#include

#include

#include

int main ()

{

INITSCR ();

Move (5,15);

Printw ("% s", "Hello World!");

Refresh ();

Sleep (4);

Endwin ();

Exit (exit_success);

}

转载请注明原文地址:https://www.9cbs.com/read-10791.html

New Post(0)