gftrace.icn: Program for generating function tracing procedures

August 8, 1997; Gregg M. Townsend
This file is in the public domain.
   This program writes a set of procedures to standard output.  Those
procedures can be linked with an Icon program to enable the tracing of
calls to built-in functions.  See the comments in the generated code
for details.

   The set of generated functions reflects the built-in functions of
the version of Icon under which this generator is run.

Source code | Program Library Page | Icon Home Page