[Ilugc] cdecl Tool

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi S)
  • Date: Tue Jul 13 16:05:46 2004

Hello All,

TOOL: cdecl, c++decl - Compose C and C++ type declarations

$ cdecl 
Type `help' or `?' for help

cdecl> explain char (*fun)()
declare fun as pointer to function returning char

cdecl> declare p as pointer to pointer to char
char **p

Read man cdecl for more info.

HTH :)
-- 
Bharathi S

Other related posts:

  • » [Ilugc] cdecl Tool - Bharathi S