Delila Program: nohob

nohob program

Documentation for the nohob program is below, with links to related programs in the "see also" section.

{   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}