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

History

"); strcat(history_pointer, "

Visited pages


"); for (i=1; i"); strcat(history_pointer, History.items.get(i)); strcat(history_pointer, "
"); } strcat(history_pointer, "

Cached images

"); for (i=1; i
"); strcat(history_pointer, #pics[i].path); } strcat(history_pointer, ""); WB1.LoadInternalPage(history_pointer, strlen(history_pointer)); }