Skip to main content

lua_string

Macro lua_string 

Source
macro_rules! lua_string {
    ( $str:literal ) => { ... };
}
Expand description

Converts a string literal to a Lua-compatible NUL terminated string at compile time.