Hacker News new | ask | show | jobs
by huhtenberg 907 days ago
"]=" after "*d["
1 comments

It's not necessary in C.

   const char *d[{"First","Second",...,"Twelf"};
is not a valid C unconditionally.
You should tell my compiler.