]> andersk Git - splint.git/blame_incremental - src/Headers/llmain.h
Added va_copy to standard.h.
[splint.git] / src / Headers / llmain.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3** See ../LICENSE for license information.
4**
5*/
6# ifndef LLMAIN_H
7# define LLMAIN_H
8
9extern int main (int p_argc, char *p_argv[])
10 /*@globals killed undef g_currentloc,
11 killed undef g_currentSpec,
12 killed undef g_currentSpecName,
13 killed undef g_currentloc,
14 killed undef yyin,
15 undef g_warningstream;
16 @*/
17 /*@modifies g_currentloc, g_currentSpec, g_currentSpecName,
18 yyin, internalState, fileSystem;
19 @*/
20 ;
21
22extern /*@noreturn@*/ void llexit (int p_status);
23extern void showHerald (void);
24
25/*@-redecl@*/ /*@-incondefs@*/
26/*@-declundef@*/
27extern int yyparse (void);
28extern void yyrestart (/*@dependent@*/ FILE *);
29
30extern int ylparse (void);
31extern int lslparse (void);
32
33extern /*:open:*/ /*@dependent@*/ FILE *yyin;
34/*@=incondefs@*/ /*@=redecl@*/
35/*@=declundef@*/
36
37# endif
38
39
This page took 0.033378 seconds and 5 git commands to generate.