home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / uupc 3.1 / Mac specific / Unix lib / ndir.proto.h < prev    next >
Encoding:
Text File  |  1992-03-01  |  101 b   |  6 lines  |  [TEXT/KAHL]

  1.  
  2. /* ndir.c */
  3. DIR *opendir(char *name);
  4. struct direct *readdir(DIR *dirp);
  5. void closedir(DIR *dirp);
  6.