diff options
| author | 2022-08-14 11:16:03 +0200 | |
|---|---|---|
| committer | 2022-08-14 11:16:03 +0200 | |
| commit | 0d1e125832d0fd8ca31c5f782e7c3db774ae5a02 (patch) | |
| tree | e4622f75a8307d8ee1970f8bd6cc92766582f0ba /src/targ.hff | |
| parent | c129f77ad724aa940b53a125de0e1e4de0ca7240 (diff) | |
woa
Diffstat (limited to 'src/targ.hff')
| -rw-r--r-- | src/targ.hff | 12 |
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, +} |