Example: lint > temp -i:INCLUDES/ +vm sl-lc main.c mod1.c mod2.c lint >temp +vm -iIncludes sl-lc.c foo.c FIGURE ONE ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Lint for the Amiga 2.00j - Copyright Gimple Software 1987 ³ ³ ³ ³ File lines.c, Line 138 ³ ³ if(((rand() >> 5) & 127) < 2) ³ ³ ^ ³ ³ Informational 704: Shift of signed value ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ Examples: -e7?? would turn off all level 700 informational messages. +e7?? would turn them back on. -libarary would treat the following code as library declarations and suppress messages about unused declarations. +fva would set the variable arguments flag on. Examples: /*lint -save -e544 -library */ /*lint +fva Amiga Lint command */ /* VARARGS */ /* The same SYS V Lint command */ /*lint -save -e544 -library */ #include #include #include /*lint -restore */