11 lines
176 B
C
11 lines
176 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
|