<html><body>

<p>Hy alvaro, looking good for me except one conceptional thing...</p>
<p>In order to stay clean C also on older compilers or warningless in more strict modes of gcc, could you please not create code before declaration?</p>
<p>so please make it like that:</p>
<p>declaration struct;</p>
<p>pointer_check</p>
<p>struct = malloc()</p>
<p> </p>
<p>if you add  -pedantic to gcc's CFLAGS it will warn you about it.</p>
<p>for the rest it looks ok at first glance.</p>
<p> </p>
<p>Wilfried Goesgens</p>
</body></html>