#ifndef UCI_H #define UCI_H #include "ipc.h" void *uci(void *com); #endif // UCI_H