nctref/src/reporting.h
2024-11-20 16:36:17 +02:00

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