home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / DMAKE37S.ZIP / DMAKE / DBUG / GETWD.C < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-06  |  106 b   |  7 lines

  1. char *
  2. getwd(pathname)
  3. char *pathname;
  4. {
  5.    return("delete this code if your getwd.c works correctly");
  6. }
  7.