home *** CD-ROM | disk | FTP | other *** search
-
-
- ----------------------- K R 2 A N S I ---------------------------
-
-
- * ======================================================================= *
- * This program is in the Public Domain... which means you can do whatever *
- * you want with it, _except_ making profit in any way. It also means that *
- * the author is not responsible for any damage this program may cause to *
- * your system. U_s_e i_t a_t y_o_u_r o_w_n r_i_s_k *
- * ======================================================================= *
-
-
-
- Here is a small utility which generates ANSI prototypes from old fashioned
- K&R C source files. I wrote it cause I like programming in K&R style, but I
- also want to take advantage of the parameter-checking ( during compilation )
- provided by ANSI compilers. Hope you find it usefull!
-
- The compressed file "kr2ansi.zoo" should contain the following:
-
- - kr2ansi/readme (this file)
- - kr2ansi/kr2ansi.ttp (executable file)
- - kr2ansi/kr2ansi.1 (man page)
- - kr2ansi/src/kr2ansi.h (header file)
- - kr2ansi/src/kr2ansi.c (source code file 1)
- - kr2ansi/src/error.c (source code file 2)
- - kr2ansi/src/makefile
-
-
- To extract all files in their corresponding directories just type:
- % zoo x// kr2ansi.zoo
-
-
-
-
- ---
- Harry Karayiannis
-
- INTERnet
- harryk@bucsf.bu.edu
-
- BITnet
- cscrzcc@buacca.BITNET (or cscrzcc@buacca.bu.edu)
-