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.