<div class="gmail_quote">On Sun, Feb 1, 2009 at 3:50 PM, Gabriel Dos Reis <span dir="ltr"><<a href="mailto:gdr@integrable-solutions.net">gdr@integrable-solutions.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

   (int)(intptr_t)file<br>
<br>
since intptr_t is garanteed to be precise enough to hold<br>
a value of type void*.<br>
<div></div></blockquote><div><br>Well, casting it to (int) [if that causes problems] would simply truncate it again anyway- even though it was originally cast to intptr_t <br></div></div>