11 lines
179 B
C
11 lines
179 B
C
#ifndef NCTREF_REPORTING_H
|
|
#define NCTREF_REPORTING_H
|
|
|
|
#ifndef __GNUC__
|
|
#define __attribute__(x)
|
|
#endif
|
|
|
|
void __attribute__((noreturn)) stahp(int, int, const char*, ...);
|
|
|
|
#endif
|