5 ms·
I was wondering the same thing. But I can confirm it compiles and runs, though I had to supply a -std=c99 flag to gcc.
by hn_reader 15y ago
I was wondering the same thing. But I can confirm it compiles and runs, though I had to supply a -std=c99 flag to gcc.
- demallien 15y agoAhhh, useful tip. I've just been using alloca instead...