]> andersk Git - splint.git/blob - test/temp/alias3.h
Removed stray files in test
[splint.git] / test / temp / alias3.h
1 /* Output from LCLint 2.6beta */
2 # include "bool.h"
3
4
5 # ifndef EXPOSED_TYPE_st
6 typedef struct {
7     int a;
8     int *b;
9     } st;
10 # endif
11
12
13 # ifndef EXPOSED_TYPE_ut
14 typedef union {
15     int a;
16     st s;
17     st *t;
18     int **c;
19     } ut;
20 # endif
21
22 extern st  gst;
23 extern ut  *gu;
24 extern int f (int  /* ia */[], st  /* s1 */, ut * /* u1 */);
25 extern void model (int  /* ia */[]);
26 extern void modst (st  /* s1 */);
27 extern void modu (ut * /* u */);
This page took 0.037042 seconds and 5 git commands to generate.