#include int main(int argc, char *argv[]) { char c; (void)argc; (void)argv; while (read(1, &c, 1) > 0) { } return (0); }