/* Shared includes: C89 */ #include #include #include #include /* varargs */ #include #include /* e.g. ptrdiff_t */ #include #include /* date.h is omitted, and included per platform */ /* Shared includes: stdint.h is C99 */ #if defined(DUK_F_NO_STDINT_H) /* stdint.h not available */ #else /* Technically C99 (C++11) but found in many systems. On some systems * __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS must be defined before * including stdint.h (see above). */ #include #endif /* is only included if needed, based on DUK_USE_xxx flags. */