# «.one-liners» (to "one-liners") # «.noncanonical-mode» (to "noncanonical-mode") (find-es "anatocc") (find-eevrcfile ".zshrc" "EETMPC") (find-eevrcfile ".zshrc" "EEAOUT") # «one-liners» (to ".one-liners") # eegcc <<<' int main(){ printf("%d = 0x%x\n", 4095, 4095); return 0; } ' eec # eegcc <<<' int main(){ printf("%d\n", isatty(0)); return 0; } ' eec ;# answer: 1 (stdin is a tty) echo | eec ;# answer: 0 (stdin is a pipe, not a tty) # # (find-node "(libc)Program Arguments" "int main") # eegcc -g <<<' int main (int argc, char *argv[]) { int i; for (i=0; i