Help for this page

Select Code to Download


  1. or download this
    Doing test compiles with the compile command 'cc -DSYM="_C_SYM_"
    -I/usr/include/curses -D_REENTRANT -D_GNU_SOURCE
    ...
    function 'waddchnstr' NOT found
    function 'waddstr' NOT found
    function 'waddnstr' NOT found
    
  2. or download this
    cc -c -I/usr/include/curses -D_REENTRANT -D_GNU_SOURCE
    -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe
    ...
                     from Curses.c:11:
    /usr/include/ncurses.h:285: error: conflicting types for `WINDOW'
    /usr/include/curses/curses.h:159: error: previous declaration of `WIND
    +OW'