procwrap.icn: Program to produce Icon procedure wrappers

September 29, 1994; Ralph E. Griswold
This file is in the public domain.
This little program takes procedure names from standard input and
writes minimal procedure declarations for them.  For example, the
input line

     wrapper

produces

     procedure wrapper()
     end

This program is useful when you have a lot of procedures to write.

Source code | Program Library Page | Icon Home Page