8 lines
171 B
C
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
|