ShowHistory() { int i; static int history_pointer; int t; free(history_pointer); history_pointer = malloc(History.items.data_size+256); strcat(history_pointer, "
"); for (i=1; i"); strcat(history_pointer, History.items.get(i)); strcat(history_pointer, "
"); } strcat(history_pointer, "