[[project @ 2003-08-27 08:53:17 by panne] panne**20030827085317 Added a section about commandline arguments ] { hunk ./docs/coding-style.html 5 - GHC Style Guidelines for C code + Style Guidelines for fptools hunk ./docs/coding-style.html 9 -

GHC Style guidelines for C code

+

Style Guidelines for fptools

hunk ./docs/coding-style.html 515 +

Commandline arguments

+ +A program in fptools should try follow the following rules for +commandline arguments: + + + +When an unknown commandline argument is encountered, the program +should display usage information on stderr and exit unsuccessfully. + }