]> andersk Git - splint.git/blame - src/Headers/lh.h
Fixed creation of temp files.
[splint.git] / src / Headers / lh.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** lh.h
8*/
9
10extern void lhCleanup (void) /*@modifies internalState, fileSystem@*/ ;
11extern void lhIncludeBool (void) /*@modifies internalState@*/ ;
d5047b91 12extern void lhInit (inputStream p_f) /*@modifies internalState@*/ ;
885824d3 13extern void lhOutLine (/*@only@*/ cstring p_s) /*@modifies internalState@*/ ;
14extern void lhExternals (interfaceNodeList p_x) /*@modifies internalState@*/ ;
15
16extern cstring
17 lhVarDecl (lclTypeSpecNode p_lclTypeSpec, initDeclNodeList p_initDecls,
18 qualifierKind p_qualifier);
19extern cstring lhType (typeNode) ;
20extern cstring
21 lhFunction (lclTypeSpecNode p_lclTypeSpec, declaratorNode p_declarator);
22extern void lhForwardStruct (ltoken p_t) /*@modifies internalState@*/ ;
23extern void lhForwardUnion (ltoken p_t) /*@modifies internalState@*/ ;
This page took 0.232927 seconds and 5 git commands to generate.