Embedded gpp

This commit is contained in:
kamkow1
2025-06-09 20:10:57 +02:00
parent 23de19b63e
commit ac48e49ecc
11 changed files with 171 additions and 78 deletions

12
gpp.h Normal file
View File

@ -0,0 +1,12 @@
#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_