#ifndef _IN_UPCR_INTTYPES_H #define _IN_UPCR_INTTYPES_H /* include our stdint.h, which picks up inttypes.h and other useful stuff */ #include #ifndef _UPCR_INTTYPES_H #define _UPCR_INTTYPES_H /* TODO: provide missing functionality required by ISO C 7.8: imaxdiv_t imaxdiv() strtoimax() strtoumax() wcstoimax() wcstoumax() PRI* and SCN* macros */ #endif #undef _IN_UPCR_INTTYPES_H #endif