ShowHistory() { int i; static int history_pointer; 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); } WB1.Prepare(history_pointer, strlen(history_pointer)); }