handle restructure of C library, get machine type cleanly
[unix-history] / usr / src / local / sccscmds / sccscmds.ok / util / userexit.c
static char Sccsid[] = "@(#)userexit.c 1.2 %G%";
/*
Default userexit routine for fatal and setsig.
User supplied userexit routines can be used for logging.
*/
userexit(code)
{
return(code);
}