/*
* 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←install�rPreBasicsOther() { /* PRE-start trap */
XR←install←XREnvironImpl();
XR←install𡤋ulletproofVestImpl();
};
void XR←run�rPreBasicsOther() { /* start trap */
XR←install�rPreBasicsOther();
XR←run←XREnvironImpl();
XR←run𡤋ulletproofVestImpl();
};
/* hackery for PCR-UnixLoad command */
void XR←install�rprebasicsother() { XR←install�rPreBasicsOther(); };
void XR←run�rprebasicsother() { XR←run�rPreBasicsOther(); };