lua-users home
lua-l archive

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


Hi,

Is there a project that uses alien on Linux x86_64 ? I'd like to get
inspired from on some platform issues.

Btw, I see in struct.c that sizes are hardcoded to 2,2,4,4 for types
H,h,L,l respectively but the doc says:

"h" a signed short (native size).
"H" an unsigned short (native size).
"l" a signed long (native size).
"L" an unsigned long (native size).

Is struct.c at github (here
http://github.com/mascarenhas/alien/tree/master/src/alien/) outdated
or is this a bug?

Thanks.