clipper/src/kernel/include/internal/havarie.h

8 lines
156 B
C
Raw Normal View History

2023-09-05 21:48:55 +00:00
#ifndef _CLIPPER_HAVARIE_H_
#define _CLIPPER_HAVARIE_H_
void capsize() __attribute__((noreturn));
void print_havarie_msg();
#endif // _CLIPPER_HAVARIE_H_