#ifdef bidule #define GET_ARRAY_VALUE(_array, _x) (_array)[(unsigned char)(_x)] #else #define GET_ARRAY_VALUE(_array, _x) (_array)[(_x)] #endif