#include "tests.h" void test_18() { printf("TEST 18 STARTET\n"); assert(!compareStrings("PC", "PC")); printf("TEST 18 ERFOLGREICH\n"); }