]> git.draconx.ca Git - cdecl99.git/blob - src/specs.lst
Restructure the type specifier check.
[cdecl99.git] / src / specs.lst
1 /* The complete list of declaration specifiers, in desired output order. */
2 stor typedef
3 stor extern
4 stor static
5 stor auto
6 stor register
7 func inline
8 qual restrict
9 qual volatile
10 qual const
11 type void
12 type signed
13 type unsigned
14 type char
15 type short
16 type long
17 type int
18 type float
19 type double
20 type _Complex
21 type _Imaginary
22 type _Bool
23 type struct
24 type union
25 type enum
26 type ident