Description

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])()".

Preview

Tags

Users

  • @panic

Comments and Reviews