last_printed
bool last_printed;
last_printed = false;
if (last_evtp != NULL && !last_printed)
last_printed = printed;
file_header_print(struct file_header *fh, FILE *f_out, struct last_printed *lp)
struct last_printed lp;