mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03: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