gc_types.h File Reference
#include <stdint.h>
#include <gcell/gc_cdefs.h>
#include <gcell/compiler.h>
Go to the source code of this file.
Define Documentation
Typedef Documentation
64-bit integer type representing an effective address (EA)
This type is always 64-bits, regardless of whether we're running in 32 or 64-bit mode.
Function Documentation
static void* ea_to_ptr |
( |
gc_eaddr_t |
ea |
) |
[inline, static] |
static gc_eaddr_t ptr_to_ea |
( |
void * |
p |
) |
[inline, static] |
Variable Documentation
__GC_BEGIN_DECLS typedef int bool |