흐르는 시간의 블로그...

아래의 코드를 통해 프로그램 내에서 다른 프로그램을 호출 할 수 있다


  if(execl("./ubikhanslistenerd", "./ubikhanslistenerd", NULL) == -1)

    LogRet( 1, "[%-4s] Command Exec Error!!!.\n", ERROR);