10 lines
178 B
C
10 lines
178 B
C
#ifndef _HACF_H
|
|
#define _HACF_H
|
|
|
|
extern "C"
|
|
/**
|
|
* @brief Cease all meaningful execution. Implementation is platform-dependent.
|
|
*/
|
|
void hacf() __attribute__((noreturn));
|
|
|
|
#endif |