limine/stdinc/stdnoreturn.h
2022-01-20 05:17:45 +01:00

7 lines
104 B
C

#ifndef __STDNORETURN_H__
#define __STDNORETURN_H__
#define noreturn __attribute__((noreturn))
#endif