1
Quelle est cette syntaxe «[0… 255] =» en C?
Se référant à js0n.c La syntaxe du code est la suivante: static void *gostruct[] = { [0 ... 255] = &&l_bad, ['\t'] = &&l_loop, [' '] = &&l_loop, ['\r'] = &&l_loop, ['\n'] = &&l_loop, ['"'] = &&l_qup, [':'] = &&l_loop, [','] = &&l_loop, ['['] = &&l_up, [']'] = &&l_down, // …
108
c
gcc-extensions