aboutsummaryrefslogtreecommitdiff
path: root/src/targ.hff
diff options
context:
space:
mode:
Diffstat (limited to 'src/targ.hff')
-rw-r--r--src/targ.hff12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/targ.hff b/src/targ.hff
new file mode 100644
index 0000000..9df8ee5
--- /dev/null
+++ b/src/targ.hff
@@ -0,0 +1,12 @@
+struct Targ {
+ name *const u8,
+ ptrsize u8,
+ intsize u8,
+ longsize u8, longalign u8,
+ llongsize u8, llongalign u8,
+ sizesize u8,
+ f64align u8,
+ valistsize u8, valistalign u8,
+ charsigned bool,
+ shortenum bool,
+}