f250e1661f0c89b3997a5790b985e1e5450c72ea
[unix-history] / usr / src / local / sccscmds / sccscmds.ok / util / userexit.c
static char Sccsid[] "@(#)userexit 2.1";
/*
Default userexit routine for fatal and setsig.
User supplied userexit routines can be used for logging.
*/
userexit(code)
{
return(code);
}