By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.01; (* of nohob.p 2013 Nov 30}
(* begin module describe.nohob *)
(*
name
nohob: no high order bits
synopsis
nohob(input: in, output: out)
files
input: input file
output: the input file with high order bits removed
description
Remove high order bits that wtch detects.
examples
documentation
see also
The wtch.p program shows high order bits.
author
Thomas Dana Schneider
bugs
technical notes
The constant defining high order is hardwired in the code.
ASCII ord of more than 127 is high order.
*)
(* end module describe.nohob *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}