Next: Interfacing with Yacc and
Up: Running It
Previous: A Makefile
Using lint
Some static errors can be discovered by running lint on the C files,
whether they are written by the user or generated by Kimwitu.
Most notably this will catch argument type mismatches and such.
The most convenient way is to use the option -u to suppress messages on
functions not used.
2000-04-17