#ifndef __LIBTERM_PRINT_UTILS_H #define __LIBTERM_PRINT_UTILS_H #include #include #include "screen_modes.h" #include "term.h" int term_fprint( screen_mode_e, FILE* ); int term_print( term_screen*, const char*, size_t, int, int ); #endif