HOWTO-FPC.txt 361 B

12345678
  1. To compare a body of suspect code with pre-existing code, use the following
  2. command (after performing a make to build the tool)
  3. ./sim_pasc -eS -w 170 suspectfile1 suspectfileN / orgfile1 ... orgfileM
  4. You can obviously use wild cards. The number after "-w" indicates how
  5. many columns will be used in the output (best make it > 160 to avoid too
  6. much wrapping)