#include "tests.h" void test_3() { printf("TEST 3 STARTET\n"); assert(!compareStrings("567", "567")); printf("TEST 3 ERFOLGREICH\n"); }