git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-lib/include/stdnoreturn.h

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

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.