<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi,</p>
<p>I came across a pointer variable in C which also get's assigned integer values. Anyone has an idea how to port this in FPC?</p>
<p>The variable is declared as:</p>
<p>static void *x=0;</p>
<div>Later on it get's assigned as this:  x= 1;</div>
<div> </div>
<div>Regards, Darius</div>
</body></html>