/*
* CedarPreBasicsOther.c
* bj, February 13, 1989 2:43:34 pm PST
* Willie-Sue, April 5, 1993 2:12:22 pm PDT
*/
extern void XR←install←XREnvironImpl();
extern void XR←install←BulletproofVestImpl();
extern void XR←run←XREnvironImpl();
extern void XR←run←BulletproofVestImpl();
void XR←install←CedarPreBasicsOther() { /* PRE-start trap */
XR←install←XREnvironImpl();
XR←install←BulletproofVestImpl();
}
void XR←run←CedarPreBasicsOther() { /* start trap */
XR←install←CedarPreBasicsOther();
XR←run←XREnvironImpl();
XR←run←BulletproofVestImpl();
}
/* hackery for PCR-UnixLoad command */
void XR←install←cedarprebasicsother() { XR←install←CedarPreBasicsOther(); }
void XR←run←cedarprebasicsother() { XR←run←CedarPreBasicsOther(); }