#ifndef PY32CSDK_HAL_SYS_STDIO_H #define PY32CSDK_HAL_SYS_STDIO_H // fake stdio.h // HACK: to solve stdio.h not found when compiling #define NULL ((void *)0) #endif //PY32CSDK_HAL_SYS_STDIO_H