1
0
forked from fsfw/fsfw
Files
fsfw/unittest/core/printChar.h
2020-10-20 17:12:56 +02:00

9 lines
185 B
C

#ifndef FSFW_UNITTEST_CORE_PRINTCHAR_H_
#define FSFW_UNITTEST_CORE_PRINTCHAR_H_
extern "C" void printChar(const char*, bool errStream);
#endif /* FSFW_UNITTEST_CORE_PRINTCHAR_H_ */