sourcehut
Log in
—
Register
~taiite
/
protodump
#20
:
Show types in a better format
view
Subscribe
Instead of
typedef struct {...} name
, do
struct name {...}
instead of
returntype fn(params) name
do
return type (name)(params)
Status
REPORTED
Submitter
~taiite
Assigned to
No-one
Submitted
2 years ago
Updated
2 years ago
Labels
No labels applied.
Register here
or
Log in
to comment, or
comment via email
.