home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DMAKE38B.ZIP / DBUG / GETWD.C < prev    next >
C/C++ Source or Header  |  1992-01-23  |  106b  |  7 lines

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