home *** CD-ROM | disk | FTP | other *** search
- /* (C) C.D.F. Miller, Heriot-Watt University, March 1984
- *
- * Permission is hereby given to reproduce or modify this
- * software freely, provided that this notice be retained,
- * and that no use be made of the software for commercial
- * purposes without the express written permission of the
- * author.
- */
-
- char *copy();
- label *findlabel();
- type *addtype();
- type *findtype();
-
- char *fgets();
- char *malloc();
- char *mktemp();
-