This site's content was compiled from 1993 to 2006. Beyond that, Google is your friend.
Andreas Leitner
A web service that translates C declarations into english.
For example, if you enter:
typedef void* foobar;
Doctor C will respond:
I found a typedef. The alias name is foobar. Thus the identifier foobar stands for a pointer to a void.
Doctor C is a simple tool that has been written in Eiffel using Andreas Leitner's Eiffel Wrapper Generator. The source for Doctor C is included in EWG.