1
0
mirror of https://github.com/autc04/Retro68.git synced 2025-03-05 00:31:16 +00:00

7 lines
88 B
C
Raw Normal View History

2017-10-01 02:42:02 +02:00
#include "Test.h"
void TestLog(const char *str)
{
TEST_LOG_SIZED(str, strlen(str));
}