rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
kill_for_coverity.c
Go to the documentation of this file.
1/*
2 * @file kill_for_coverity.c
3 *
4 * See http://rusefi.com/forum/viewtopic.php?f=5&t=655&p=10491#p10491
5 *
6 * @date Feb 25, 2015
7 */
8
9void special_abort(const char msg) {
10 __coverity_panic__();
11}
void special_abort(const char msg)