Skip to content
  • T. Fischer's avatar
    'remcoch' removes invalid control characters from stream · a0aa079f
    T. Fischer authored
    Program reads from stdin and filters away invalid control
    characters, i.e. only ASCII characters starting from byte
    code 32 and selected control characters (NULL, TAB, CR, and
    LF) are printed; every other control character gets silently
    ignored.
    a0aa079f