SprinkleOS/text.h

6 lines
137 B
C
Raw Permalink Normal View History

#include <Uefi.h>
#include <Uefi/UefiSpec.h>
2021-04-09 18:13:55 +09:00
void textout(UINT8 code);
void print(char *string);
void printhex(UINT64 num, UINT8 digit);