infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
NonPowerOfTwoStruct Struct Reference

A struct whose size (12 bytes) is not a power of two, used to test ABI rules for such types. More...

#include <types.h>

Public Attributes

int a
 
int b
 
int c
 

Detailed Description

A struct whose size (12 bytes) is not a power of two, used to test ABI rules for such types.

Member Data Documentation

◆ a

int NonPowerOfTwoStruct::a

◆ b

int NonPowerOfTwoStruct::b

◆ c

int NonPowerOfTwoStruct::c

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