Files
mop3/libterminal/terminal.h
kamkow1 927d9e4c73
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s
Working PS/2 keyboard driver
2026-02-15 14:28:07 +01:00

11 lines
298 B
C

#ifndef _LIBTERMINAL_TERMINAL_TERMINAL_H
#define _LIBTERMINAL_TERMINAL_TERMINAL_H
#include <m/terminal_device.h>
#include <stddef.h>
/* Print a string onto a graphical terminal. Prints len chars */
void terminal_print (const char* string, size_t len);
#endif // _LIBTERMINAL_TERMINAL_TERMINAL_H