It’s quick, it’s dirty, and it’s ugly. Works for me, though.
#include int main() { int c; while(1) { c=getchar(); if (c==EOF) exit(1); if (c != ‘<’) putchar©; else while (c != ‘>’) { c=getchar(); if (c==EOF) exit(1); } } exit 0; }
Previous Post Next Post
Installing Grav tortured Shawn for hours; the templates still make less sense than TextPattern. © 2002-2026 Shawn Holwegner