home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
splint3s.zip
/
splint-3.0.1.6
/
test
/
repexpose.h
< prev
next >
Wrap
C/C++ Source or Header
|
2001-07-03
|
222b
|
21 lines
# include "bool.h"
typedef struct s_abst *abst;
typedef struct
{
char *name;
int val;
} *immut;
struct s_abst
{
char *name;
int val;
/*@dependent@*/ abst parent;
immut im;
} ;
# include "repexpose.lh"