Doc comment libterminal terminal.h
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m15s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m15s
This commit is contained in:
@@ -4,8 +4,10 @@
|
|||||||
#include <m/terminal_device.h>
|
#include <m/terminal_device.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
/* ID of kernel terminal device */
|
||||||
#define TERMINAL_DEVICE 1
|
#define TERMINAL_DEVICE 1
|
||||||
|
|
||||||
|
/* Print a string onto a graphical terminal. Prints len chars */
|
||||||
void terminal_print (const char* string, size_t len);
|
void terminal_print (const char* string, size_t len);
|
||||||
|
|
||||||
#endif // _LIBTERMINAL_TERMINAL_TERMINAL_H
|
#endif // _LIBTERMINAL_TERMINAL_TERMINAL_H
|
||||||
|
|||||||
Reference in New Issue
Block a user