home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dmake40.zip / dbug / getwd.c < prev    next >
C/C++ Source or Header  |  1994-10-23  |  112b  |  7 lines

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