xref
: /
dports
/
devel
/
splint
/
splint-3.1.2
/
test
/
csyntax11.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
typedef
enum
{
eone
}
one
;
2
3
typedef
struct
4
{
5
int
x
;
6
one
onet
;
7
}
emp
;
8