Implement BlConsoleWrite() routine
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 30s
Builds / ExectOS (i686) (push) Successful in 24s

This commit is contained in:
2023-12-11 16:58:08 +01:00
parent 0cea10ad42
commit 02cc0cd522
4 changed files with 24 additions and 0 deletions

View File

@@ -37,6 +37,10 @@ VOID
BlConsolePrint(IN PUINT16 Format,
IN ...);
XTCDECL
VOID
BlConsoleWrite(IN PUSHORT String);
XTCDECL
VOID
BlDebugPrint(IN PUINT16 Format,