mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 08:12:51 -06:00
7 lines
78 B
C
7 lines
78 B
C
#ifndef PGF_PANIC_H
|
|
#define PGF_PANIC_H
|
|
|
|
void __pgf_panic(char *msg);
|
|
|
|
#endif
|