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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-27
|
64 b
|
9 lines
#include <stdio.h>
main()
{
char s[100];
getcwd(s);
puts(s);
}