Sponsor:

Your company here — click to reach over 10,000 unique daily visitors

Package cdecl

Translator for C gibberish

https://github.com/paul-j-lucas/cdecl/

Cdecl is a program which will turn English-like phrases such as "declare
foo as array 5 of pointer to function returning int" into C declarations
such as "int (*foo[5])()". It can also do the opposite, translating C
into the pseudo-English. And it handles typecasts, too. Plus C++.
This version also has command line editing and history.

Version: 17.0.1

General Commands

c++decl alias for cdecl
cdecl compose and decipher C & C++ declarations and casts