예제 #1
0
//**********************************************************
//      Global Function Implement
//**********************************************************
BOOLEAN configure(void){
    getfilePath();
    if(!readConfFile() || !readMasterFile()){
        return FALSE;
    }else{
        return TRUE;
    }
}
예제 #2
0
파일: conf.c 프로젝트: ayscb/receiver
//***************************************************
//		Global function
//***************************************************
void configure(){
    getfilePath();
    readConfFile();
    readMasterFile();
    logDecollator();
}