[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua userdata question
- From: Michael Roth <mroth@...>
- Date: Sun, 17 Jan 2010 23:57:21 +0100
> static PairArray PairArray_alloc(lua_State *L, int size)
static PairArray * PairArray_alloc(lua_State *L, int size)
--
Michael Roth