File: hsludata.h

package info (click to toggle)
haskell-lua 2.3.4%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 272 kB
  • sloc: haskell: 1,582; ansic: 403; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#include <HsFFI.h>
#include <lua.h>
#include <lauxlib.h>

/* ***************************************************************
 * Userdata for Haskell values
 * ***************************************************************/

/*
** Creates a new userdata metatable for Haskell objects.
*/
int hslua_newudmetatable(lua_State *L, const char *tname);