summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/panic.h
blob: 00ace753324eee7ba0a18a072e0f4fae71acc2d3 (plain)
1
2
3
4
5
6
#ifndef PGF_PANIC_H
#define PGF_PANIC_H

void __pgf_panic(char *msg);

#endif