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