static int installed = 0;
extern int BonsaiInit() {
if (installed) return(0);
installed = 1;
(void)SPCR←Init();
(void)XR←install←CedarCore();
(void)XR←install←BasicCedar(); (void)XR←VerboseCommit(); (void)XR←run←BasicCedar();
installed = 2;
(void)XR←install←CommanderSysPImpl(); (void)XR←VerboseCommit(); (void)XR←run←CommanderSysPImpl();
installed = 3;
(void)XR←install←CommanderPackage(); (void)XR←VerboseCommit(); (void)XR←run←CommanderPackage();
installed = 4;
return(1);
}