#include <curses.h> #include <stdio.h> int main () { return 0; }
Standard input is empty
/home/qITLo5/cc7QFU4r.o: In function `main': prog.c:(.text.startup+0x1e): undefined reference to `stdscr' prog.c:(.text.startup+0x23): undefined reference to `wgetch' collect2: error: ld returned 1 exit status
Standard output is empty