#ifndef __osxbits_h__ #define __osxbits_h__ #include int32_t osx_msgbox(char *name, char *msg); int32_t osx_ynbox(char *name, char *msg); #endif