]> andersk Git - splint.git/blame - src/Headers/mtscanner.h
Updated html and word versions of the manual
[splint.git] / src / Headers / mtscanner.h
CommitLineData
28bf4b0b 1/*
c0de361f 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
28bf4b0b 3** See ../LICENSE for license information.
4**
5*/
6/*
7** mtscanner.h
8*/
9
10# ifndef MTSCANNER_H
11# define MTSCANNER_H
12
a956d444 13/*@-declundef@*/
28bf4b0b 14extern void mtscanner_reset (inputStream p_sourceFile)
15 /*@modifies internalState@*/ ;
16
17/*@-redecl@*/
18extern int mtlex (YYSTYPE *p_mtlval)
19 /*@modifies internalState, p_mtlval@*/ ;
20/*@=redecl@*/
21
22extern ctype mtscanner_lookupType (mttok p_tok) /*@modifies p_tok@*/ ;
23 /* Can steal p_tok's location. */
a956d444 24/*@=declundef@*/
28bf4b0b 25
26# else
27# error "Multiple include"
28# endif
This page took 0.07792 seconds and 5 git commands to generate.