Merge all libs into libu
This commit is contained in:
13
libu/terminal.h
Normal file
13
libu/terminal.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _LIBTERMINAL_TERMINAL_TERMINAL_H
|
||||
#define _LIBTERMINAL_TERMINAL_TERMINAL_H
|
||||
|
||||
#include <devices.h>
|
||||
#include <stddef.h>
|
||||
|
||||
/* Print a string onto a graphical terminal. Prints len chars */
|
||||
void terminal_print (const char* string, size_t len);
|
||||
|
||||
/* Get terminal dimensions */
|
||||
void terminal_dimensions (size_t* cols, size_t* rows);
|
||||
|
||||
#endif // _LIBTERMINAL_TERMINAL_TERMINAL_H
|
||||
Reference in New Issue
Block a user