Hacker News new | past | comments | ask | show | jobs | submit login

>Static array indices in function parameter declarations: awesome, a shame that C++ (and Tiny C) do not support it >/

The first array size is actually always decayed to a pointer, supporting it in a compiler without analysis passes like TCC is just a matter of skipping the "static" token and the size.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: