Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
david2ndaccount
on Sept 12, 2020
|
parent
|
context
|
favorite
| on:
C’s Biggest Mistake (2009)
If you want a pointer to a fixed size array, just use one, eg
char (*data)[123]; // syntax is somewhat awkward
mav3rick
on Sept 12, 2020
[–]
You can type def that
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
char (*data)[123]; // syntax is somewhat awkward