GBDK 2020 Docs
API Documentation for GBDK 2020
__far_ptr Union Reference

#include <far_ptr.h>

Data Fields

FAR_PTR ptr
 
struct {
   void *   ofs
 
   unsigned int   seg
 
segofs
 
struct {
   void(*   fn )()
 
   unsigned int   seg
 
segfn
 

Detailed Description

Union for working with members of a FAR_PTR

Field Documentation

◆ ptr

FAR_PTR __far_ptr::ptr

◆ ofs

void* __far_ptr::ofs

◆ seg

unsigned int __far_ptr::seg

◆ segofs

struct { ... } __far_ptr::segofs

◆ fn

void(* __far_ptr::fn) ()

◆ segfn

struct { ... } __far_ptr::segfn

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