This is object-ivars.h in view mode; [Download] [Up]
#ifndef _OBJECT_IVARS_ #define _OBJECT_IVARS_ extern object_get_instance_variable( id anObject, char *variableName, void **value); extern object_set_instance_variable( id anObject, char *variableName, void *value); #endif /* _OBJECT_IVARS_ */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.