diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-10-26 10:47:05 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-10-26 10:47:05 -0200 |
| commit | b892f0a8774f573d7ec9b02617428871b8d3a2b3 (patch) | |
| tree | 4aab88443264d84d314ca663cf3c30b48c7e9107 /lua.h | |
| parent | aadc35449ec2752c298a7a8fa6359a3a12c538ee (diff) | |
| download | lua-b892f0a8774f573d7ec9b02617428871b8d3a2b3.tar.gz lua-b892f0a8774f573d7ec9b02617428871b8d3a2b3.tar.bz2 lua-b892f0a8774f573d7ec9b02617428871b8d3a2b3.zip | |
new API function `createuserdata'
Diffstat (limited to 'lua.h')
| -rw-r--r-- | lua.h | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lua.h,v 1.75 2000/10/20 16:39:03 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.76 2000/10/24 19:12:06 roberto Exp roberto $ |
| 3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
| 4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil | 4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil |
| 5 | ** e-mail: lua@tecgraf.puc-rio.br | 5 | ** e-mail: lua@tecgraf.puc-rio.br |
| @@ -182,6 +182,8 @@ LUA_API int lua_getn (lua_State *L, int index); | |||
| 182 | 182 | ||
| 183 | LUA_API void lua_concat (lua_State *L, int n); | 183 | LUA_API void lua_concat (lua_State *L, int n); |
| 184 | 184 | ||
| 185 | LUA_API void *lua_newuserdata (lua_State *L, size_t size); | ||
| 186 | |||
| 185 | 187 | ||
| 186 | /* | 188 | /* |
| 187 | ** =============================================================== | 189 | ** =============================================================== |
