Path: utzoo!attcan!uunet!richsun!cweir From: cweir@richsun.UUCP (Charles Weir) Newsgroups: comp.windows.x Subject: LINT libraries for X and Xt? Summary: Who has an llib-lX abd llib-lXt ? Keywords: X Xt lint Message-ID: <632@richsun.UUCP> Date: 6 Nov 89 18:19:55 GMT Reply-To: cweir@richsun.UUCP (Charles Weir) Organization: RICH Inc. , Franklin Park,IL Lines: 22 Does anyone have a set of lint libraries for the X and Xt toolkits? They take the form... /LINTLIBRARY*/ int accept(s, a, l) struct sockaddr *a; int *l; { return s; } int access( p, m) char *p; { return 0; } int acct(f) char *f; { return 0;} ... etc. Without these libraries, running lint on X programs will not find functions called with invalid parameters - as I expect you know. I'm referring to the Sun lint libraries in particular - I'm not too familiar with lint on other systems. I'll post if someone tells of a publicly accessible one. Charles -- Charles Weir, Rich Inc, Franklin Park, IL 60131 Email: cweir@richsun.uucp uunet!richsun!cweir