runscript.h 95 B

123456
  1. extern "C" {
  2. int run_script(const char *scriptpath, const char *arg0, char *const *envp);
  3. }