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:
Richard Frith-Macdonald 2002-03-27 09:55:57 +00:00
parent e64c0a1282
commit c0b0abdbd1
7 changed files with 232 additions and 63 deletions

View file

@ -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];