home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume6 / lbl / hdr / ftypes.h next >
Text File  |  1986-11-30  |  426b  |  18 lines

  1. /* (C) C.D.F. Miller, Heriot-Watt University, March 1984
  2.  *
  3.  *    Permission is hereby given to reproduce or modify this
  4.  *    software freely, provided that this notice be retained,
  5.  *    and that no use be made of the software for commercial
  6.  *    purposes without the express written permission of the
  7.  *    author.
  8.  */
  9.  
  10. char    *copy();
  11. label    *findlabel();
  12. type    *addtype();
  13. type    *findtype();
  14.  
  15. char    *fgets();
  16. char    *malloc();
  17. char    *mktemp();
  18.