rt/include/rt/trap.h

15 lines
176 B
C

#ifndef RT_TRAP_H
#define RT_TRAP_H
#ifdef __cplusplus
extern "C" {
#endif
__attribute__((noreturn)) void rt_trap(void);
#ifdef __cplusplus
}
#endif
#endif /* RT_TRAP_H */