]> andersk Git - splint.git/blame - src/Headers/syntable.h
Updated html and word versions of the manual
[splint.git] / src / Headers / syntable.h
CommitLineData
885824d3 1/*
c0de361f 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
885824d3 3** See ../LICENSE for license information.
4*/
5/*
6** syntable.h
7*/
8
9extern void LSLAddSyn(lsymbol, lsymbol) /*@modifies internalState@*/ ;
10extern /*@exposed@*/ ltoken LSLGetTokenForSyn(lsymbol)
11 /*@globals internalState@*/ ;
12extern bool LSLIsSyn(lsymbol) /*@globals internalState@*/ ;
13extern void lsynTableInit (void) /*@modifies internalState@*/ ;
14extern void lsynTableReset (void) /*@modifies internalState@*/ ;
15extern void lsynTableCleanup (void) /*@modifies internalState@*/ ;
This page took 0.06694 seconds and 5 git commands to generate.