home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / W2KPRK.iso / apps / posix / source / PAX / STUBS.C < prev    next >
Encoding:
Text File  |  1999-11-17  |  98 b   |  9 lines

  1. void seekdir() {
  2. puts("in seekdir");
  3. }
  4.  
  5. int telldir() {
  6. puts("in telldir");
  7.     return 1;
  8.