]> andersk Git - splint.git/blame_incremental - src/Headers/rcfiles.h
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / src / Headers / rcfiles.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3** See ../LICENSE for license information.
4**
5*/
6/*
7** rcfiles.h
8*/
9
10# ifndef RCFILES_H
11# define RCFILES_H
12
13extern bool rcfiles_read (cstring p_fname,
14 cstringList *p_passThroughArgs,
15 bool p_report)
16 /*@modifies fileSystem, internalState, *p_passThroughArgs@*/ ;
17
18# endif
This page took 0.024806 seconds and 5 git commands to generate.