#include "tests.h" void test_17() { printf("TEST 17 STARTET\n"); assert(!compareStrings("Programm", "Programm")); printf("TEST 17 ERFOLGREICH\n"); }