ftp.nice.ch/pub/next/unix/editor/e2.N.bs.tar.gz#/e2.N.bs/inheritance.c

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.