LCLint 2.3i --- 15 Sep 97 (document revised 2008-02-22) LCLint, ported to MPE, and integrated with Lund Performance Solutions CSEQ. LCLint is a "lint" program to check C programs for command problems. By using CSEQ, this version of LCLint can handle "#pragam intrinsic" directives found in HP C or CCS C on the HP 3000. Use lclint -help for more information! Installation: Logon as MANAGER.SYS, and after uploading the package and unpacking into @.@.ALLEGRO): :STREAM INSTALL.LCLINT.ALLEGRO Sample use: (from the shell) export LARCH_PATH="/usr/include" lclint foo.c If you have CSEQ, one of the toolbox programs from Lund Performance Solutions (www.lund.com), then lclint will handle "#pragma intrinsic" for you. Note: this is not the current version of lclint, and will not be upgraded. After incorporating CSEQ into lclint, the "official" maintainers of lclint radically changed the internal implementation of lclint's "read" routine, making integration of CSEQ quite difficult, so I do not plan to move my changes to any newer version of lclint. Further, lclint has been superceded by splint (which I have not ported to MPE) For further information about source code: http://sourceforge.net/projects/lclint/ https://sourceforge.net/projects/splint For information about CSEQ, please contact Lund Performance Solutions, please visit http://www.lund.com or see: http://www.lund.com/support_docs/toolboxdev/html/06%20Chapter%20CSEQ.html or see: http://www.lund.com/support_docs/toolboxdev/Toolbox_Dev_%20A.09h_Users_Guide.pdf For source code for my changes to lclint, please contact sieler@gmail.com