/*
* CedarPreBasicsOther.c
* bj, February 13, 1989 2:43:34 pm PST
* Willie-Sue, August 9, 1991 1:30:23 pm PDT
*/
extern void XR←install←XREnvironImpl();
extern void XR←install𡤋ulletproofVestImpl();
extern void XR←run←XREnvironImpl();
extern void XR←run𡤋ulletproofVestImpl();
void
XR←installrPreBasicsOther() { /*
PRE-start trap */
XR←install←XREnvironImpl();
XR←install𡤋ulletproofVestImpl();
};
void
XR←runrPreBasicsOther() { /* start trap */
XR←installrPreBasicsOther();
XR←run←XREnvironImpl();
XR←run𡤋ulletproofVestImpl();
};
/* hackery for PCR-UnixLoad command */
void XR←installrprebasicsother() { XR←installrPreBasicsOther(); };
void XR←runrprebasicsother() { XR←runrPreBasicsOther(); };