Similar to cdecl.org, but with broader support for language features. Static web page which supports file protocol. Parsing and to-prose conversion happen in the front-end, resulting in instant feedback.
Error: redefinition of size_t as different kind of symbol
Actual Prose or Error
Declare size_t as size_t
Additional Context
Any use of a _t type as a typedef-name should register that symbol as a known type, and using the same symbol as an identifier in any context should then be illegal.
cdecl+ Input
Expected Prose
Actual Prose or Error
Additional Context
Any use of a
_t
type as a typedef-name should register that symbol as a known type, and using the same symbol as an identifier in any context should then be illegal.