Convert English phrases to C or C++ declarations
Turn English phrases to C or C++ declarations
cdecl
cundecl
$ cdecl declare x as int
$ cundecl explain int *p[10]
$ cdecl declare p as pointer to function returning int