kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

stdnoreturn.h (151B)


      1 /* stdnoreturn.h -- C11 7.23 -- _Noreturn convenience macro */
      2 #ifndef KIT_STDNORETURN_H
      3 #define KIT_STDNORETURN_H
      4 
      5 #define noreturn _Noreturn
      6 
      7 #endif