I\'m trying to set my global LUA_PATH variable directly from C/C++, I\'m using Lua from my iPhone applications, so my path tends does change between applications ( each iPho
#include
...
setenv ( "LUA_PATH", (char *)my_path, 1 );
...or something like that...