New repo setup

This commit is contained in:
2024-05-28 14:26:46 -05:00
commit 9ee197f57b
97 changed files with 11047 additions and 0 deletions

10
src/util/hacf.h Normal file
View 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