cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

stdnoreturn.h (97B)


      1#ifndef __SDCC_STDNORETURN_H
      2#define __SDCC_STDNORETURN_H 1
      3
      4#define noreturn _Noreturn
      5
      6#endif
      7