Files
gf-core/src/runtime/c/pgf/panic.h

7 lines
78 B
C

#ifndef PGF_PANIC_H
#define PGF_PANIC_H
void __pgf_panic(char *msg);
#endif