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