/* Example Library Interface */ #define XLIB_NAME "XLib" #define XLIB_VERSION 1 extern Library XLibBase; #ifndef XLIB_IMPLEMENTATION #define XLibP0 (*XLibBase[0]) #define XLibP1 (*XLibBase[1]) #define XLibP2 (*XLibBase[2]) #endif