13 lines
206 B
C
13 lines
206 B
C
#ifndef GPPH_H_
|
|
#define GPPH_H_
|
|
|
|
#include "gebs/gebs.h"
|
|
|
|
extern int gpp_fd;
|
|
|
|
void gpp_init(void);
|
|
void gpp_deinit(void);
|
|
bool gpp_run(char *path, NString_List *env, String_Builder *out);
|
|
|
|
#endif // GPPH_H_
|