[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: C structs library
- From: Mark Szpakowski <mszpak@...>
- Date: Fri, 5 Mar 2010 15:37:28 -0400
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