summaryrefslogtreecommitdiffstats
path: root/doc/tools/src2html1.4a/Ctags/z.c
blob: 4c90e6ec95abdc2e0eca4d562a5ddff2952a459d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#define fred 23
#define jim(a) (a+2)

int helo;

struct thing {
	int v;
} doris;

union what {
	int v;
	char q;
} mary;

enum thinddd { 1,2,3,4,5 } zoo;

typedef unsigned int uinty;

int rain()
 { printf("Hello world\n"); }