rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
controllers
core
error_handling_c.h
Go to the documentation of this file.
1
/**
2
* @file error_handling_c.h
3
*/
4
#pragma once
5
6
#ifdef __cplusplus
7
extern
"C"
8
{
9
#endif
/* __cplusplus */
10
11
void
criticalErrorC
(
const
char
*fmt, ...);
12
13
#ifdef __cplusplus
14
}
15
#endif
/* __cplusplus */
criticalErrorC
void criticalErrorC(const char *fmt,...)
Definition
error_handling.cpp:682
Generated on Sat Sep 27 2025 00:10:04 for rusEFI by
1.9.8