RPV Event driven kernel
Loading...
Searching...
No Matches
monitor.h
1#pragma once
2
3#include <stddef.h>
4#include <stdint.h>
5
31size_t text_monitor(char const* s);
32
65size_t hex_monitor(void const* mem, const size_t s);
size_t text_monitor(char const *s)
Outputs a null-terminated text string to the console.
size_t hex_monitor(void const *mem, const size_t s)
Outputs a memory region as hexadecimal values to the console.