diff options
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.35 1999/09/29 12:56:22 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.36 1999/10/07 19:04:30 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 |
| @@ -68,6 +68,8 @@ int lua_isnumber (lua_Object object); | |||
| 68 | int lua_isstring (lua_Object object); | 68 | int lua_isstring (lua_Object object); |
| 69 | int lua_isfunction (lua_Object object); | 69 | int lua_isfunction (lua_Object object); |
| 70 | 70 | ||
| 71 | int lua_equalobj (lua_Object o1, lua_Object o2); | ||
| 72 | |||
| 71 | double lua_getnumber (lua_Object object); | 73 | double lua_getnumber (lua_Object object); |
| 72 | const char *lua_getstring (lua_Object object); | 74 | const char *lua_getstring (lua_Object object); |
| 73 | long lua_strlen (lua_Object object); | 75 | long lua_strlen (lua_Object object); |
