Delila Program: fico

fico program

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

{   version = 1.01; (* of fico.p 2012 Oct 18}

(* begin module describe.fico *)
(*
name
   fico: find control characters in the input file

synopsis
   fico(input: in, ficop: in, output: out)

files

   input:  input text file

   ficop:  parameters to control the program.  The file must contain the
      following parameters, one per line:

      parameterversion: The version number of the program.  This allows the
         user to be warned if an old parameter file is used.

      Not used yet.  Could be used to set the cutoff.

   output: messages to the user

description

   Identify control characters in a text file.

examples

documentation

see also

author

   Thomas Dana Schneider

bugs

technical notes

   The constant HIGH: high order bit is on if greater than this value

*)
(* end module describe.fico *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}