ack/lang/cem/cemcom/l_comment.h

16 lines
589 B
C
Raw Permalink Normal View History

1988-10-12 16:05:17 +00:00
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
1994-06-24 14:02:31 +00:00
/* $Id$ */
1988-10-12 16:05:17 +00:00
extern int LINTLIB; /* file is lint library */
extern int s_NOTREACHED; /* statement not reached */
extern int f_VARARGSn; /* function with variable # of args */
extern int f_ARGSUSED; /* function does not use all args */
extern int f_FORMATn; /* argument f_FORMATn is f_FORMAT */
extern char *f_FORMAT;
1988-11-03 15:18:46 +00:00
extern int f_FORMATvar; /* but the formal argument may be
absent because of varargs.h */
1988-10-12 16:05:17 +00:00