]> andersk Git - splint.git/blob - test/temp/employee.lh
Removed stray files in test
[splint.git] / test / temp / employee.lh
1 /* Output from LCLint 2.9a */
2 # include "bool.h"
3
4
5 # ifndef EXPOSED_TYPE_employee
6 typedef struct {
7     int ssNum;
8     int salary;
9     } employee;
10 # endif
11
12 extern int crunch (employee  /* e */);
This page took 0.03385 seconds and 5 git commands to generate.