/** @file string.h Generic string functions. */ #ifndef STD_STRING_INCLUDE #define STD_STRING_INCLUDE #if defined(__PORT_sm83) #include #elif defined(__PORT_z80) #include #elif defined(__PORT_mos6502) #include #else #error Unrecognized port #endif #endif