#include "tests.h" void test_7() { printf("TEST 7 STARTET\n"); assert(!compareStrings("test", "test")); printf("TEST 7 ERFOLGREICH\n"); }