ZOVboot/limine/test/e9print.h
2026-03-13 14:19:46 +00:00

9 lines
181 B
C

#pragma once
#include <stdarg.h>
#include <stddef.h>
void e9_putc(char c);
void e9_print(const char *msg);
void e9_puts(const char *msg);
void e9_printf(const char *format, ...);