lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Is it allowed to modify strings returned by lua_tolstring, luaL_checkstring etc.? (after casting to a char *).

Or does that have any negative side effects?

- mb