Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / lint / lpass2 / l_print3ack.c
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: l_print3ack.c,v 1.3 1994/06/24 12:25:39 ceriel Exp $ */
6
7 /*      A C K   P R I N T   M O D U L E   D E F I N T I O N S   */
8
9 #ifdef  lint
10
11 #include        <system.h>
12
13 /* LINTLIBRARY */
14
15 /* FORMAT0 $
16         %[bdox] = int           %l[bdox] = long
17         %c = int                %s = char *
18         %u = unsigned int
19 $ */
20 print(format) char *format; { ; }
21
22 /* FORMAT1 */
23 fprint(filep, format) File *filep; char *format; { ; }
24 /* FORMAT1 */
25 sprint(s, format) char *s; char *format; { ; }
26 /* FORMAT1 */
27 doprnt(filep, format) File *filep; char *format; { ; }
28
29 #endif  /* lint */
30