HomeSort by relevance Sort by last modified time
    Searched defs:_getch (Results 1 - 2 of 2) sorted by null

  /external/libpng/contrib/gregbook/
rpng-win.c 91 * _getch in the main code
111 #define _getch repl_getch macro
113 #include <conio.h> /* only for _getch() */
331 ch = _getch();
376 ch = _getch();
rpng2-win.c 102 * _getch in the main code
122 #define _getch repl_getch macro
124 #include <conio.h> /* only for _getch() */
477 ch = _getch();
523 ch = _getch();
    [all...]

Completed in 452 milliseconds