infix
A JIT-Powered FFI Library for C
|
A simple union of an integer and a float. More...
#include <types.h>
Public Attributes | |
int | i |
float | f |
A simple union of an integer and a float.
Used to verify that the library can correctly calculate the size and alignment of unions and handle them according to ABI rules.
float Number::f |
int Number::i |