rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
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
7extern "C"
8{
9#endif /* __cplusplus */
10
11void criticalErrorC(const char *fmt, ...);
12
13#ifdef __cplusplus
14}
15#endif /* __cplusplus */
void criticalErrorC(const char *fmt,...)