mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Implemented NSZombie stuff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13247 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e64c0a1282
commit
c0b0abdbd1
7 changed files with 232 additions and 63 deletions
|
@ -9,6 +9,7 @@ int main ()
|
|||
id o = [NSObject new];
|
||||
printf ("Hello from object at 0x%x\n", (unsigned)[o self]);
|
||||
|
||||
[o release];
|
||||
o = [NSString stringWithFormat: @"/proc/%d/status", getpid()];
|
||||
NSLog(@"'%@'", o);
|
||||
o = [NSString stringWithContentsOfFile: o];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue