diff options
Diffstat (limited to 'comp/lucas-standen-NEA/code/TODO')
-rw-r--r-- | comp/lucas-standen-NEA/code/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code/TODO b/comp/lucas-standen-NEA/code/TODO new file mode 100644 index 0000000..5d3078a --- /dev/null +++ b/comp/lucas-standen-NEA/code/TODO @@ -0,0 +1,10 @@ +MAKE LITERAL ARGS A UNION +something like this +union { + i32 i32Value; + u32 u32Value; + 164 i32Value; + u64 u32Value; + char charValue; + float floatValue; +} |