/************************************************************* * File: lib/exit.c * Purpose: Part of C runtime library * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 970304 Start of revision history */ exit() { _exit(); }