1
0
forked from fsfw/fsfw
fsfw/unittest/internal/globalfunctions/TestArrayPrinter.h
2021-01-15 17:28:31 +01:00

11 lines
262 B
C++

#ifndef FSFW_UNITTEST_INTERNAL_GLOBALFUNCTIONS_TESTARRAYPRINTER_H_
#define FSFW_UNITTEST_INTERNAL_GLOBALFUNCTIONS_TESTARRAYPRINTER_H_
namespace arrayprinter {
void testArrayPrinter();
}
#endif /* FSFW_UNITTEST_INTERNAL_GLOBALFUNCTIONS_TESTARRAYPRINTER_H_ */