Viewing profile — shift_reset
shift_reset
HN member- Joined
- Thu, Aug 22, 2019, 10:14 PM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About shift_reset
No profile information was provided.
Recent public activity
-
comment
Comment #20774804
That's what the static keyword means in those array declarators. void func(int x[static 10]); must be called with an argument that is a pointer to the start of a big enough array o…
-
comment
Comment #20772893
The article has examples of array parameters like int b[const 42][24][*] but you can get more fun with variably modified array parameters instead of just constants like 42. For exa…