diff options
-rw-r--r-- | string.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ void test_string_h(void) char less[] = "a"; char more[] = "b"; char haystack[] = "the five boxing wizards jump quickly"; + (void)size; testing_header("string.h"); |