ShowHistory() { int i; static int history_pointer; int t; free(history_pointer); history_pointer = malloc(64000); strcat(history_pointer, "History

History

"); strcat(history_pointer, "

Visited pages


"); for (i=1; i"); strcat(history_pointer, BrowserHistory.GetUrl(i)); strcat(history_pointer, "
"); } strcat(history_pointer, "

Cached images

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