#include "tests.h" void test_20() { printf("TEST 20 STARTET\n"); assert(!compareStrings("sauber", "sauber")); printf("TEST 20 ERFOLGREICH\n"); }