infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
Number Union Reference

A simple union of an integer and a float. More...

#include <types.h>

Public Attributes

int i
 
float f
 

Detailed Description

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.

Member Data Documentation

◆ f

float Number::f

◆ i

int Number::i

The documentation for this union was generated from the following file: