picofuse
include
picofuse
sys
panicf.h
Go to the documentation of this file.
1
9
#pragma once
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
16
24
void
sys_panicf
(
const
char
*format, ...);
25
27
28
#ifdef __cplusplus
29
}
30
#endif
sys_panicf
void sys_panicf(const char *format,...)
Prints a formatted panic message and halts the system.