6 lines
94 B
C
6 lines
94 B
C
#ifndef PRINTING_H
|
|
#define PRINTING_H
|
|
|
|
void gfio_print_results(struct gui_entry *ge);
|
|
|
|
#endif
|