|
|
|
|
|
by fuhsnn
623 days ago
|
|
>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. |
|