logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

stdnoreturn.h (129B)


  1. #ifndef _STDNORETURN_H
  2. #define _STDNORETURN_H
  3. #ifndef __cplusplus
  4. #include <features.h>
  5. #define noreturn _Noreturn
  6. #endif
  7. #endif