mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
print home directory
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26211 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1f2179a1f3
commit
74c523a1ec
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ main ()
|
|||
NSLog(@"Filesystem free size is %llu", s);
|
||||
}
|
||||
|
||||
NSLog(@"Home directory is %@", NSHomeDirectory());
|
||||
|
||||
RELEASE(arp);
|
||||
if (errors == 0)
|
||||
printf("Tests passed\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue