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

Function bfdebug

loader/tests/include/debug.h:42–46  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

40 * @param str the string to output
41 */
42static inline void
43bfdebug(char const *const str) NOEXCEPT
44{
45 printf("[BAREFLANK DEBUG] %s\n", str);
46}
47
48/**
49 * <!-- description -->

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected