]> andersk Git - splint.git/blame_incremental - src/Headers/scan.h
*** empty log message ***
[splint.git] / src / Headers / scan.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
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 /*@only@*/ ltoken LSLScanNextToken(void) /*@modifies internalState@*/ ;
15extern void LSLScanFreshToken(ltoken p_tok) /*@modifies internalState@*/ ;
16extern /*@exposed@*/ inputStream LSLScanSource (void) /*@*/ ;
17extern void LSLScanInit (void) /*@modifies internalState@*/ ;
18extern void LSLScanReset (inputStream p_s) /*@modifies internalState@*/ ;
19extern void LSLScanCleanup (void) /*@modifies internalState@*/ ;
20
21
22
23
24
25
This page took 0.08365 seconds and 5 git commands to generate.