mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
fix: merging static test func
This commit is contained in:
commit
420628e8c4
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user