]> andersk Git - splint.git/blame - src/Headers/signature.h
Fixed loading of rc files, warnrc and showscan.
[splint.git] / src / Headers / signature.h
CommitLineData
885824d3 1/*
28bf4b0b 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
885824d3 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
19extern void PrintToken(ltoken p_tok);
20
21# else
22# error "Multiple include"
23# endif
This page took 0.072085 seconds and 5 git commands to generate.