home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / developer / cdecl.README < prev    next >
Encoding:
Text File  |  1992-10-25  |  674 b   |  12 lines

  1.      Cdecl (and c++decl ) is a program for encoding and decoding
  2.      C (C++) type-declarations.  The C language (the default for
  3.      cdecl , or with the -a option) is based on the (draft pro-
  4.      posed) X3J11 ANSI Standard; optionally, the C language may
  5.      be based on the pre-ANSI definition defined by Kernighan &
  6.      Ritchie's The C Programming Language book (the -p option is
  7.      used), or the C language defined by the Ritchie PDP-11 C
  8.      compiler (the -r option is used).  The C++ language (the
  9.      default for c++decl , or with the -+ option) is based on
  10.      Stroustrup's The C++ Programming Language, plus the version
  11.      2.0 additions to the language.
  12.