New repo setup
This commit is contained in:
10
src/util/hacf.h
Normal file
10
src/util/hacf.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _HACF_H
|
||||
#define _HACF_H
|
||||
|
||||
extern "C"
|
||||
/**
|
||||
* @brief Cease all meaningful execution. Implementation is platform-dependent.
|
||||
*/
|
||||
void hacf() __attribute__((noreturn));
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user