* Fixed flush_text_buffer() function. It always assumed a newline at the end and...
[rodin/chimara.git] / src / style.c
1 #include "glk.h"
2
3 void
4 glk_set_style(glui32 styl)
5 {
6         /* No nothing yet */
7         return;
8 }