l_comment.h 589 B

123456789101112131415
  1. /*
  2. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. /* $Id$ */
  6. extern int LINTLIB; /* file is lint library */
  7. extern int s_NOTREACHED; /* statement not reached */
  8. extern int f_VARARGSn; /* function with variable # of args */
  9. extern int f_ARGSUSED; /* function does not use all args */
  10. extern int f_FORMATn; /* argument f_FORMATn is f_FORMAT */
  11. extern char *f_FORMAT;
  12. extern int f_FORMATvar; /* but the formal argument may be
  13. absent because of varargs.h */