1 2 3 4 5 6
#ifndef LUA_BUILD_H #define LUA_BUILD_H bool lua_build(const char *repository, const char *target, const char *path); #endif