@ -6,5 +6,14 @@
#include <unistd.h>
void protokoll();
void clear_screen();
void protokoll(){}
void protokoll(){
clear_screen();
}
void clear_screen() {
system("clear");
// system("cls"); // fuer Windows
// system("clear"); // fuer UNIX/Linux