infix
A JIT-Powered FFI Library for C
|
A struct containing pointer members. More...
#include <types.h>
Public Attributes | |
int * | val_ptr |
const char * | str_ptr |
A struct containing pointer members.
Used to test that pointers inside an aggregate are correctly classified and passed according to the ABI (typically as INTEGER
components).
const char* PointerStruct::str_ptr |
int* PointerStruct::val_ptr |