#include "tests.h" void test_15() { printf("TEST 15 STARTET\n"); assert(!compareStrings("HALLO", "HALLO")); printf("TEST 15 ERFOLGREICH\n"); }