Ctrl-C sending SIGINT
- it used to work with Pelles C
- it works with all Windows C I use (cl, gcc, TinyCC, Watcom, IBM VisualAge, dmc, Borland, LCC)
- it works with any combination of C compiler/processor/OS un*x I use (I use *many* of them).
- it even works with Pelles C if I don't call fgetc() (i.e. Pelles C sends SIGINT and correctly catches this signal when I press Ctrl-C)