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