home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / clarion / readdir.zip / READDIR.H < prev   
Text File  |  1989-12-19  |  243b  |  11 lines

  1. /******************************************
  2.     Proto-types for READDIR
  3. ******************************************/
  4.  
  5. void cdecl setclaerr(int errno);
  6.  
  7. void pascal findfirstc(char *a,int a_len,char *b);
  8.  
  9. void pascal findnextc(char *a);
  10.  
  11.