:: limine / test / e9print.h 181 B raw

1
#pragma once
2
3
#include <stdarg.h>
4
#include <stddef.h>
5
6
void e9_putc(char c);
7
void e9_print(const char *msg);
8
void e9_puts(const char *msg);
9
void e9_printf(const char *format, ...);
tab: 248 wrap: offon