j
k
j a
j l
On Sun, 2003-06-29 at 14:14, M.-A. Lemburg wrote:
...So we assume struct units are 8 bits and then use calcsize("i")*8 as the wordlength. sizeofint = len(struct.pack('i',1))
So we assume struct units are 8 bits and then use calcsize("i")*8 as the wordlength.
sizeofint = len(struct.pack('i',1))
Why not sizeofint = struct.calcsize("i") ? Jeremy
Back to the thread
Back to the list