home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 316 / libsrc / unlink.c < prev    next >
Encoding:
C/C++ Source or Header  |  1988-10-20  |  101 b   |  9 lines

  1.  
  2. #include <osbind.h>
  3.  
  4. int unlink(filename)
  5. char * filename;
  6. {
  7.   return(Fdelete(filename));
  8. }
  9.