9 #ifndef luasandbox_util_string_h_ 10 #define luasandbox_util_string_h_
struct lsb_const_string lsb_const_string
LSB_UTIL_EXPORT void lsb_init_const_string(lsb_const_string *s)
Initializes the struct to zero.
Shared types and structures.
LSB_UTIL_EXPORT char * lsb_lua_string_unescape(char *d, const char *s, size_t *dlen)
Lua string unescape.