fix: merging static test func

This commit is contained in:
straight-into-the-wall 2021-10-22 19:57:10 +02:00
commit 420628e8c4

View File

@ -90,7 +90,11 @@ static void testZigZag(char* s, int numRows, char* expected)
free(ret);
}
static void test(void)
/**
* @brief Self-test implementations
* @returns void
*/
static void test()
{
char* s01 = "PAYPALISHIRING";