home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / dv_x / dvix.zip / FINDFILE.H < prev    next >
C/C++ Source or Header  |  1988-10-18  |  246b  |  11 lines

  1. /* findfile.h
  2.  * Copyright 1985 Massachusetts Institute of Technology
  3.  */
  4.  
  5. extern int findfile();
  6. /* int findfile(dirvec,dirveclen,area, name, mag, s, nname, nmag)
  7.  *     char *dirvec[],*area,*name,*s,*nname;
  8.  *     int dirveclen,mag,*nmag;
  9.  */
  10.  
  11.