lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hm, you're right. Get this instead: http://github.com/mascarenhas/alien/blob/master/src/alien/struct.c

On Mon, Oct 12, 2009 at 18:34, Joseph Stewart <joseph.stewart@gmail.com> wrote:
Hello colleagues,

I've just started using Roberto's struct library and believe I've found a discrepancy.

The reference page mentions a function "struct.size" which returns the length in bytes the format will return, however the associated 'C' file (struct.c) doesn't seem to contain this function.

I'd be happy to add this functionality if it isn't already written... I just don't want to re-invent the wheel.

Warm regards,

-joe