File: luaabstract.h

package info (click to toggle)
lua-cyrussasl 1.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: ansic: 1,124; makefile: 30
file content (10 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#ifndef __LUAABSTRACT_H
#define __LUAABSTRACT_H

#include <lua.h>

const char *tolstring(lua_State *l, int index, size_t *len);
const char *tostring(lua_State *l, int index);
int         tointeger(lua_State *l, int index);

#endif