]> andersk Git - splint.git/blob - test/alias4.lh
7d4b70de6c6b1c8e370cae31c659a402165c6605
[splint.git] / test / alias4.lh
1 /* Output from LCLint 3.0.0.18 */
2
3 # include "bool.h"
4 # include "mut.h"
5
6 extern int  glob;
7 extern int  *globp;
8 extern struct {
9     int val;
10     int *field;
11     }  globs;
12 extern mut f (mut  /* a */, mut  /* b */);
13 extern int g (void);
14 extern int *h (void);
This page took 0.025869 seconds and 3 git commands to generate.