home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / CDECL.ZIP / CDECL.TXT < prev   
Text File  |  1990-07-21  |  892b  |  21 lines

  1. CDECL.EXE
  2.  
  3. CDECL converts C declarations to English, and back. It is very useful
  4. in analyzing and producing complex declarations. It runs interactively,
  5. or will convert declarations in files. CDECL is most useful for beginning
  6. C programmers, but even experienced C'ers can find it effective. After all,
  7. let the machine do the hard work!
  8.  
  9. This program has been around for years in one form or another. It was
  10. released into PD, and I picked it up and converted it to run under DOS
  11. and OS/2 (it is a "bound" dual-mode program). If source is desired, it
  12. is available, but requires YACC.
  13.  
  14. A convenient use for CDECL is to use it with the Microsoft PWB "pipe"
  15. extension, or the "pipe" feature of VI. You can key in the declarations
  16. in the editor like "declare x as pointer to array of pointer to int" and
  17. have the declaration replaced by proper C code!
  18.  
  19. Have fun!
  20. Fred Weigel.
  21.