NSSetZoneName
Sets the name of the specified zone.
Declaration
extern void NSSetZoneName(NSZone *zone, NSString *name);Discussion
Sets the name of zone to name, which can aid in debugging.
Sets the name of the specified zone.
extern void NSSetZoneName(NSZone *zone, NSString *name);Sets the name of zone to name, which can aid in debugging.