MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / bfdebug_ptr

Function bfdebug_ptr

loader/tests/include/debug.h:168–172  ·  view source on GitHub ↗

* <!-- description --> * @brief Outputs a string and an pointer to the console * * <!-- inputs/outputs --> * @param str the string to output * @param p the pointer to output */

Source from the content-addressed store, hash-verified

166 * @param p the pointer to output
167 */
168static inline void
169bfdebug_ptr(char const *const str, void const *const p) NOEXCEPT
170{
171 printf("[BAREFLANK DEBUG] %s: 0x%p\n", str, p);
172}
173
174/**
175 * <!-- description -->

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected