Files
net/exec/debcon.h
2025-12-20 18:49:21 -08:00

6 lines
140 B
C

#pragma once
#include <stdint.h>
extern void DebconPutChar(char c);
void DebconPrint(const char *str);
void DebconPrintHex(uint32_t value);