]> andersk Git - splint.git/blame - test/tests2.5/baz.h
Add .cvsignore files.
[splint.git] / test / tests2.5 / baz.h
CommitLineData
cc78dedd 1/*
2 * baz.h
3 */
4
5#ifndef _BAZ_H_
6#define _BAZ_H_
7
8struct pxs {
9 int a;
10 int b;
11 int c[4];
12 int d;
13};
14
15typedef struct pxs pxt;
16
17struct xstr {
18 pxt a;
19};
20
21typedef struct xstr pvt;
22
23struct pvas {
24 int a;
25 int b[4];
26};
27
28typedef struct pvas ppvat;
29
30struct pvzas {
31 int a;
32 int c[4];
33};
34
35typedef struct pvzas pvzat;
36
37struct p4zas {
38 int a;
39 int b[4];
40};
41
42struct yabbawabba {
43 pxt a;
44};
45
46#endif /* !_BAZ_H_ */
47
48
This page took 0.073482 seconds and 5 git commands to generate.