Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nwmcsween
on Dec 30, 2018
|
parent
|
context
|
favorite
| on:
A little-known C feature: Static array indices in ...
You didn't read the article it seems static in this context doesn't mean a fixed array size it means at least as many as indicated. Take for example strlen(const char *src) could be strlen(const char src[static 1])
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: