原文
Dump C declarations visually on the command line.
./cdecl-dump "int a"
./cdecl-dump "void f(int a)"
./cdecl-dump "unsigned char *const *arr[20][30]"
./cdecl-dump "int (*const fp[20])(void)"
The program uses a hand-written, table-driven lexer and parser.