OVMS3/OVMS.V3/components/duktape/config/helper-snippets/DUK_F_C99.h.in

6 lines
124 B
C

/* C99 or above */
#undef DUK_F_C99
#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
#define DUK_F_C99
#endif