6502/vbcc/targets/ppc-morphos/include/strings.h
2022-05-12 21:36:39 +09:30

8 lines
171 B
C

/* MorphOS POSIX compatibility */
#ifndef __MORPHOS_SHAREDLIBS
#error strings.h exists for compatibility with __MORPHOS_SHAREDLIBS only!
#else
#include <string.h>
#endif