This is inheritance.c in view mode; [Download] [Up]
#include "e.h"
void
inheritance()
{
if (getenv(E_INHERIT)){
inherit = 1;
}
if (getenv(E_SAFE_INHERIT)){
safe_inherit = 1;
}
return;
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.