#include "tests.h" void test_9() { printf("TEST 9 STARTET\n"); assert(!compareStrings("Hund", "Hund")); printf("TEST 9 ERFOLGREICH\n"); }