home *** CD-ROM | disk | FTP | other *** search
- // Lint options for Telnet
-
- -eai // Suppress sub-integer problems
- -sld8 // Size of long double is 8 bytes
- +v // send messages to stdout
- +fcu // chars are unsigned
- +fdl // diff between pointers is a long
- +fod // output all declared objects
- +fol // output all declared objects into lint library
- +fxa // exact array matching
- +fxc // exact char matching
- +fxf // exact float matching
- +fxs // exact short matching
- -hb^3 // error format for lint
- -dMSC // define MSC
- -dFTP // define FTP
- -i..\include\ // look for include files
- -i..\..\include\ // look for include files
- +libclass(angle,ansi) // specify only < >'ed include files and ansi are library
- -mL // large memory model
- -oo // output line object module
- -t4 // tab is 4 spaces
- c:\pclint4.0\co-msc.lnt // Microsoft C compiler options