diff options
author | daurnimator <quae@daurnimator.com> | 2017-08-26 21:26:33 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-08-26 21:40:54 +1000 |
commit | 3931e7fc37c5c3cc30f8e35e5bdb06a59af1e884 (patch) | |
tree | 28b7a475354a3ce08364f801d3c3b73d7132b98d /README.md | |
parent | ace784b225237d1b59576847cd96e3cab9c70dbb (diff) | |
download | lua-compat-5.3-3931e7fc37c5c3cc30f8e35e5bdb06a59af1e884.tar.gz lua-compat-5.3-3931e7fc37c5c3cc30f8e35e5bdb06a59af1e884.tar.bz2 lua-compat-5.3-3931e7fc37c5c3cc30f8e35e5bdb06a59af1e884.zip |
Add lua_pushlstring (return value)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ For Lua 5.1 additionally: | |||
147 | * `lua_arith` (see [here][19]) | 147 | * `lua_arith` (see [here][19]) |
148 | * `lua_compare` | 148 | * `lua_compare` |
149 | * `lua_len`, `lua_rawlen`, and `luaL_len` | 149 | * `lua_len`, `lua_rawlen`, and `luaL_len` |
150 | * `lua_pushstring` (return value) | 150 | * `lua_pushstring`, `lua_pushlstring` (return value) |
151 | * `lua_copy` | 151 | * `lua_copy` |
152 | * `lua_pushglobaltable` | 152 | * `lua_pushglobaltable` |
153 | * `luaL_testudata` | 153 | * `luaL_testudata` |