Пример #1
0
//**********************************************************
//      Global Function Implement
//**********************************************************
BOOLEAN configure(void){
    getfilePath();
    if(!readConfFile() || !readMasterFile()){
        return FALSE;
    }else{
        return TRUE;
    }
}
Пример #2
0
//***************************************************
//		Global function
//***************************************************
void configure(){
    getfilePath();
    readConfFile();
    readMasterFile();
    logDecollator();
}