A nice, little known C feature: Static array indices in parameter declarations The people who created C sure loved keeping the number of keywords low, and today I’m going to show you yet another place you can use the static keyword in C99. You might have seen function parameter declaration for array parameters that include the size: The function will still receive a naked int *, but the [10] part