home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / program / kr2ansi / readme < prev   
Text File  |  1993-10-23  |  1KB  |  45 lines

  1.  
  2.  
  3. -----------------------    K  R  2  A  N  S  I   ---------------------------
  4.  
  5.  
  6.  * ======================================================================= *
  7.  * This program is in the Public Domain... which means you can do whatever *
  8.  * you want with it, _except_ making profit in any way. It also means that *
  9.  * the author is not  responsible for any damage this program may cause to *
  10.  * your system.           U_s_e  i_t  a_t  y_o_u_r  o_w_n  r_i_s_k         *
  11.  * ======================================================================= *
  12.  
  13.  
  14.  
  15.   Here is a small utility which generates ANSI prototypes from old fashioned
  16. K&R C source files. I wrote it cause I like programming in K&R style, but I
  17. also want to take advantage of the parameter-checking ( during compilation )
  18. provided by ANSI compilers. Hope you find it usefull!
  19.  
  20.   The compressed file "kr2ansi.zoo" should contain the following:
  21.  
  22.   - kr2ansi/readme            (this file)
  23.   - kr2ansi/kr2ansi.ttp       (executable file)
  24.   - kr2ansi/kr2ansi.1         (man page)
  25.   - kr2ansi/src/kr2ansi.h     (header file)
  26.   - kr2ansi/src/kr2ansi.c     (source code file 1)
  27.   - kr2ansi/src/error.c       (source code file 2)
  28.   - kr2ansi/src/makefile
  29.  
  30.  
  31.   To extract all files in their corresponding directories just type:
  32.   % zoo x// kr2ansi.zoo
  33.  
  34.  
  35.  
  36.  
  37. ---
  38. Harry Karayiannis
  39.  
  40. INTERnet
  41.   harryk@bucsf.bu.edu
  42.  
  43. BITnet
  44.   cscrzcc@buacca.BITNET  (or cscrzcc@buacca.bu.edu)
  45.