From aca4b1ad122434458125b4f25ea2d99a80370ee4 Mon Sep 17 00:00:00 2001 From: Artur Artamonov Date: Sun, 17 Aug 2014 19:40:06 +0100 Subject: Initial commit --- libterm/print_utils.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libterm/print_utils.h (limited to 'libterm/print_utils.h') diff --git a/libterm/print_utils.h b/libterm/print_utils.h new file mode 100644 index 0000000..6665262 --- /dev/null +++ b/libterm/print_utils.h @@ -0,0 +1,13 @@ +#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 -- cgit v1.2.3