Unable to understand this #define
Was reading through an opensource code and came across this #define implementation. Not able to understand this expression. does anyone know what it is?
#define JSON_SYM_SKIP(sym) \ [sym] = 0what is that array like assignment doing?
0