home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / contrib / samba / samba-1.8 / samba-1 / samba-1.8.05 / tst.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-27  |  64 b   |  9 lines

  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5. char s[100];
  6. getcwd(s);
  7. puts(s);
  8. }
  9.