]> andersk Git - splint.git/blob - src/Headers/signature.h
Updated copyrights
[splint.git] / src / Headers / signature.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 **
5 */
6 /*
7 ** signature.h
8 */
9
10 # ifndef SIGNATURE_H
11 # define SIGNATURE_H
12
13 # include "code.h"
14
15 # ifndef OSD_H
16 # include "osd.h"
17 # endif
18
19 /*@-declundef@*/
20 extern void PrintToken(ltoken p_tok);
21 /*@=declundef@*/
22
23 # else
24 # error "Multiple include"
25 # endif
This page took 0.120368 seconds and 5 git commands to generate.