]> andersk Git - splint.git/blame_incremental - test/alias3.lh
Modified configure.ac to new longer check for c++.
[splint.git] / test / alias3.lh
... / ...
CommitLineData
1/* Output from LCLint 3.0.0.19 */
2# include "bool.h"
3
4
5# ifndef EXPOSED_TYPE_st
6typedef struct s_st {
7 int a;
8 int *b;
9 } st;
10# endif
11
12
13# ifndef EXPOSED_TYPE_ut
14typedef union s_ut {
15 int a;
16 st s;
17 st *t;
18 int **c;
19 } ut;
20# endif
21
22extern st gst;
23extern ut *gu;
24extern int f (int /* ia */[], st /* s1 */, ut * /* u1 */);
25extern void model (int /* ia */[]);
26extern void modst (st /* s1 */);
27extern void modu (ut * /* u */);
This page took 0.974364 seconds and 5 git commands to generate.