]> andersk Git - splint.git/blame - src/Headers/scan.h
commitng to fix cvs archive. Code works with gcc272 but not 295. Currently passed...
[splint.git] / src / Headers / scan.h
CommitLineData
885824d3 1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
3** See ../LICENSE for license information.
4**
5*/
6/*
7** scan.h
8*/
9
10/*@-redecl@*/ /*@-type@*/ /*@-incondefs@*/
11extern unsigned int lsllex (YYSTYPE *p_lval);
12/*@=redecl@*/ /*@=type@*/ /*@=incondefs@*/
13
14extern ltoken LSLScanNextToken(void) /*@modifies internalState@*/ ;
15extern void LSLScanFreshToken(ltoken p_tok) /*@modifies internalState@*/ ;
16extern /*@exposed@*/ tsource *LSLScanSource (void) /*@*/ ;
17extern void LSLScanInit (void) /*@modifies internalState@*/ ;
18extern void LSLScanReset (tsource *p_s) /*@modifies internalState@*/ ;
19extern void LSLScanCleanup (void) /*@modifies internalState@*/ ;
20
21
22
23
24
25
This page took 0.056104 seconds and 5 git commands to generate.