lua-users home
lua-l archive

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


I notice that the C structs library, downloadable from and described at http://www.inf.puc-rio.br/~roberto/struct/, lists 3 functions in its API (stuct.pack, struct.unpack, and struct.size). However, struct.size is missing:

> for k in pairs(struct) do print(k) end
unpack
pack

- Mark