GBDK 2020 Docs
API Documentation for GBDK 2020
|
#include <far_ptr.h>
Data Fields | |
FAR_PTR | ptr |
struct { | |
void * ofs | |
unsigned int seg | |
} | segofs |
struct { | |
void(* fn )() | |
unsigned int seg | |
} | segfn |
Union for working with members of a FAR_PTR
FAR_PTR __far_ptr::ptr |
void* __far_ptr::ofs |
unsigned int __far_ptr::seg |
struct { ... } __far_ptr::segofs |
void(* __far_ptr::fn) () |
struct { ... } __far_ptr::segfn |