#ifndef bCommands_h #define bCommands_h #ifdef __cplusplus extern "C" { #endif void SetCommand(char *datalist, int lenght); void AddSymbol(char *symbols, int lenght); #ifdef __cplusplus } #endif #endif