This is hashTest.m in view mode; [Download] [Up]
#import <objc/HashTable.h> void main() { HashTable *hash = [HashTable newKeyDesc: "i" valueDesc: "i"]; [hash insertKey: 0x10017018 value: 0xb0000b4]; [hash insertKey: 0x100170e4 value: 0xb0000ac]; }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.