packages feed

gf-3.2: src/runtime/c/pgf/panic.h

#ifndef PGF_PANIC_H
#define PGF_PANIC_H

void __pgf_panic(char *msg);

#endif