/**************************************************************************** This file contains RCX-specific functions, which should generally not be called directly from application programs. ****************************************************************************/ #include #include "legoctl.h" void rcx_init(rcx_t *rcx) { } int rcx_open(rcx_t *rcx) { return 0; }