Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
perdunov
on March 17, 2015
|
parent
|
context
|
favorite
| on:
Resume in C
If one uses the entity* notation, they must always declare each variable with a separate declaration, that is:
thing_t* ptr1; thing_t* ptr2;
not
thing_t* ptr1, ptr2 /* <= oops */;
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: