GBDK 2020 Docs
4.3.0
API Documentation for GBDK 2020
stdnoreturn.h
Go to the documentation of this file.
1
#ifndef __SDCC_STDNORETURN_H
2
#define __SDCC_STDNORETURN_H 1
3
4
#define noreturn _Noreturn
5
6
#endif
7