Convert many #ifdef SIMULATOR to #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (and similar).
[kugel-rb.git] / apps / codecs / libtremor / ctype.c
blob9f22047675a32b168776b3e45518f2174e3a2664
1 #include "config.h"
2 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
3 #include "libc/ctype.c"
4 #endif