diff options
Diffstat (limited to 'include/luma/print.h')
-rw-r--r-- | include/luma/print.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/luma/print.h b/include/luma/print.h new file mode 100644 index 0000000..0105940 --- /dev/null +++ b/include/luma/print.h @@ -0,0 +1,5 @@ +# if !defined(LUMA_HDR_PRINT) +# define LUMA_HDR_PRINT +# include <uchar.h> +extern void luma_print(char * str,...); +# endif |