<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Comic Sans MS">Greetings,<br>
<br>
I'm looking at the struct module for binary packing of ints and
floats.  The documentation refers to C datatypes.  It's been many years
since I looked at C, but I seem to remember that the data type sizes
were not fixed -- for example, an int might be two byes on one machine,
and four bytes on the next.  Can any C programmers verify this?  If it
is true, does that mean that struct.pack('h', 8001) might give me
different results depending on the machine it's running on?<br>
<br>
Thanks for any help!<br>
--<br>
Ethan<br>
</font></font>
</body>
</html>