#ifndef _STDINT_H #define _STDINT_H typedef int int32_t; typedef int intptr_t; #endif /* _STDINT_H */