Files
aboba/gpp.h
2025-06-09 20:10:57 +02:00

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_