This website requires JavaScript.
Explore
Help
Sign In
qorg11
/
k9core
Watch
1
Star
0
Fork
You've already forked k9core
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
976d1ed2bf
k9core
/
src
/
pwd.c
10 lines
92 B
C
Raw
Blame
History
#
include
<unistd.h>
#
include
<stdio.h>
int
main
(
)
{
puts
(
getcwd
(
NULL
,
0
)
)
;
return
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink