blob: 81b2baefe00208db330ea23448e1f06b27216dfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* This file is dedicated to the public domain. */
#ifndef INC_NORETURN_H
#define INC_NORETURN_H
#undef noreturn
#define noreturn _Noreturn void
#endif
// vi: sw=4 ts=4 noet tw=80 cc=80
|