getch.c getch() implementation install $ clib install jwerle/getch.h usage int c; while ((c = getch()) != EOF) { printf("c = %c\n", c); } license MIT