13 lines
264 B
C++
13 lines
264 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_ */
|