[fpc-pascal] Porting C variable declaration
Darius Blaszyk
dhkblaszyk at zeelandnet.nl
Sat May 4 10:25:57 CEST 2013
Hi,
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?
The variable is declared as:
static void *x=0;
Later on it get's assigned as this: x= 1;
Regards, Darius
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20130504/ae80b374/attachment.html>
More information about the fpc-pascal
mailing list