Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Recipe 576855 revision 1
{ char cwd[1024] = {0}; getcwd(cwd, 1023); printf("current dir %s\n", cwd); }
« Back to Recipe 576855
History
revision 1
(14 years ago)
x
Undo