Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
procaryote
3 months ago
|
parent
|
context
|
favorite
| on:
Some C habits I employ for the modern day
How do you mean? You can at least do things like
typedef struct foo foo;
and somewhere else
struct foo { … }
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:
typedef struct foo foo;
and somewhere else
struct foo { … }