mirror of
https://github.com/rui314/chibicc
synced 2024-11-25 15:49:35 +03:00
7 lines
84 B
C
7 lines
84 B
C
#ifndef __STDNORETURN_H
|
|
#define __STDNORETURN_H
|
|
|
|
#define noreturn _Noreturn
|
|
|
|
#endif
|