Hacker News new | ask | show | jobs
by procaryote 145 days ago
How do you mean? You can at least do things like

typedef struct foo foo;

and somewhere else

struct foo { … }