[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Modifying strings returned by luaL_checkstring()?
- From: Marc Balmer <marc@...>
- Date: Sun, 7 Apr 2019 12:12:30 +0200
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