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