Exemple #1
0
int main(void) {
    initMasterSM();
    printf("Command Center Ready for Use. \n\n\n\n\n");
    while(1){
        runMasterSM();
    }
    return (SUCCESS);
}
Exemple #2
0
Fichier : Atlas.c Projet : ddeo/sdp
int main(void) {
    initMasterSM();
    printf("%.2f",0.00);
    printf("Atlas ready for use. \n\n");
    while(1){
        doMasterSM();
    }
    return (SUCCESS);
}