MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
libgadget
utils
endrun.h
Go to the documentation of this file.
1
#ifndef _ENDRUN_H
2
#define _ENDRUN_H
3
4
void
init_endrun
(
int
backtrace);
5
6
void
endrun
(
int
where,
const
char
* fmt, ...)
__attribute__
((noreturn)) ;
7
void
message
(
int
where, const
char
* fmt, ...);
8
9
#endif
__attribute__
struct __attribute__((__packed__))
Definition:
blackhole.c:204
message
void message(int where, const char *fmt,...)
Definition:
endrun.c:175
init_endrun
void init_endrun(int backtrace)
Definition:
endrun.c:132
endrun
void endrun(int where, const char *fmt,...) __attribute__((noreturn))
Definition:
endrun.c:147
Generated by
1.9.1