home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / TEL23SRC.ZIP / TELNET.LNT < prev    next >
Encoding:
Text File  |  1990-07-01  |  826 b   |  24 lines

  1. //  Lint options for Telnet
  2.  
  3. -eai        //    Suppress sub-integer problems
  4. -sld8        //    Size of long double is 8 bytes
  5. +v            //    send messages to stdout
  6. +fcu        //    chars are unsigned
  7. +fdl        //    diff between pointers is a long
  8. +fod        //    output all declared objects
  9. +fol        //    output all declared objects into lint library
  10. +fxa        //    exact array matching
  11. +fxc        //    exact char matching
  12. +fxf        //    exact float matching
  13. +fxs        //    exact short matching
  14. -hb^3        //    error format for lint
  15. -dMSC        //    define MSC
  16. -dFTP        //    define FTP
  17. -i..\include\    // look for include files
  18. -i..\..\include\    // look for include files
  19. +libclass(angle,ansi)    //    specify only < >'ed include files and ansi are library
  20. -mL            //    large memory model
  21. -oo            //    output line object module
  22. -t4            //    tab is 4 spaces
  23. c:\pclint4.0\co-msc.lnt    //    Microsoft C compiler options
  24.