C++程序  |  7行  |  94 B

#ifndef PRINTING_H
#define PRINTING_H

void gfio_print_results(struct gui_entry *ge);

#endif