]> git.draconx.ca Git - cdecl99.git/blobdiff - src/specs.lst
Separate specifier handling from the output routines.
[cdecl99.git] / src / specs.lst
diff --git a/src/specs.lst b/src/specs.lst
new file mode 100644 (file)
index 0000000..d44c4d4
--- /dev/null
@@ -0,0 +1,26 @@
+/* The complete list of declaration specifiers, in desired output order. */
+stor typedef
+stor extern
+stor static
+stor auto
+stor register
+func inline
+qual restrict
+qual volatile
+qual const
+type void
+type signed
+type unsigned
+type char
+type short
+type long
+type int
+type float
+type double
+type _Complex
+type _Imaginary
+type _Bool
+type struct
+type union
+type enum
+type ident