MCPcopy Create free account
hub / github.com/cppla/ServerStatus / dbg_break

Function dbg_break

server/src/system.c:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void dbg_break()
82{
83 *((volatile unsigned*)0) = 0x0;
84}
85
86void dbg_msg(const char *sys, const char *fmt, ...)
87{

Callers 1

dbg_assert_impFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected