<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Are we super confident that passing an "int" (Ctypes.int) from Modula-3 to C will handle the upper bits correctly,<br>for systems with 64bit registers, register-passing calling conventions?<br><br>That is, zero or sign extended, if the ABI mandates it?<br><br>I realize, on the C side, the upper bits may or may not be ignored, depending on the ABI.<br><br>Maybe I'm being too paranoid.<br><br>Maybe I should stick to ptrdiff_t/INTEGER parameters?<br><br> - Jay<br><br><br><br><br>                                          </body>
</html>