/** Top level header file for the sdcc libraries that enables target specific features. */ #ifndef __SDC51_SDCC_LIB_H #define __SDC51_SDCC_LIB_H 1 #if defined(__z80) #include #elif defined(__gbz80) #include #else /* PENDING */ #include #endif #endif