index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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