cdecl

Convert English phrases to C or C++ declarations

brewmacoslinux
Try with needOr install directly
Source

About

Turn English phrases to C or C++ declarations

Commands

cdeclcundecl

Examples

Convert English description to C declaration$ cdecl declare x as int
Explain a complex C declaration in English$ cundecl explain int *p[10]
Convert pointer to function declaration$ cdecl declare p as pointer to function returning int