Flagger is a very simple program that will read in a source file, search for
porting problems, and generate an output with new comments added.

The Flagger.Dat file contains a list of keys that will be searched for and an
attach comment that will be written to the output file.

Output files contain the extension .FLG

Example use:

  FLagger MyApp.C

The file 'MyApp.Flg' now contains the commented input source.  If you wish
just rename all '.C' (or .CPP) files to *.OLD and *.Flg files to *.C
(or *.CPP).  For Example:

  Flagger *.c
  ren *.c *.old
  ren *.flg *.c

Please send any comments to Kent Cedola @CIS 72230,1451
