home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / DOS / Programa / CCDL122.ZIP / CLIBS / IO / REMOVE.C < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-27  |  122 b   |  8 lines

  1. #include <stdio.h>
  2. #include <time.h>
  3. #include <libp.h>
  4.  
  5. int remove(const char *name)
  6. {
  7.     return(_ll_remove(name));
  8. }