11 lines
202 B
C++
11 lines
202 B
C++
#ifndef COMMON_UTILITY_UTILITY_H_
|
|
#define COMMON_UTILITY_UTILITY_H_
|
|
|
|
namespace utility {
|
|
|
|
void commonInitPrint(const char* const os, const char* const board);
|
|
|
|
}
|
|
|
|
#endif /* COMMON_UTILITY_UTILITY_H_ */
|