"Fossies" - the Fresh Open Source Software Archive

Member "HTTPing-2.9/test_ncurses2.c" (29 Oct 2022, 91 Bytes) of package /linux/www/HTTPing-2.9.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 #include <ncurses/ncurses.h>
    2 
    3 int main(int argc, char *argv[])
    4 {
    5     initscr();
    6 
    7     return 0;
    8 }