]> andersk Git - splint.git/blame_incremental - src/Headers/signature.h
Fix tracker issue 1837229.
[splint.git] / src / Headers / signature.h
... / ...
CommitLineData
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@*/
20extern void PrintToken(ltoken p_tok);
21/*@=declundef@*/
22
23# else
24# error "Multiple include"
25# endif
This page took 0.032624 seconds and 5 git commands to generate.