Files
eive-obsw/hosted/boardconfig/print.h
2020-09-30 20:52:51 +02:00

9 lines
192 B
C

#ifndef HOSTED_BOARDCONFIG_PRINT_H_
#define HOSTED_BOARDCONFIG_PRINT_H_
#include <stdbool.h>
void printChar(const char* character, bool errStream);
#endif /* HOSTED_BOARDCONFIG_PRINT_H_ */