--- a/targets/Win32/plc_Win32_main.c Thu Feb 09 21:23:11 2012 +0100
+++ b/targets/Win32/plc_Win32_main.c Tue Feb 14 12:20:19 2012 +0100
@@ -244,10 +244,12 @@
void Retain(unsigned int offset, unsigned int count, void * p)
for(position=0; position<count; position++ ){
printf("%d : 0x%2.2x\n", offset+position, ((char*)p)[position]);
void Remind(unsigned int offset, unsigned int count, void *p)