targets/Win32/plc_Win32_main.c
changeset 681 383864958dac
parent 614 eed1dcf311a1
child 685 2db8b87016a0
equal deleted inserted replaced
680:61746934df41 681:383864958dac
   242 {
   242 {
   243 }
   243 }
   244 
   244 
   245 void Retain(unsigned int offset, unsigned int count, void * p)
   245 void Retain(unsigned int offset, unsigned int count, void * p)
   246 {
   246 {
       
   247     /*
   247     unsigned int position;
   248     unsigned int position;
   248     for(position=0; position<count; position++ ){
   249     for(position=0; position<count; position++ ){
   249         printf("%d : 0x%2.2x\n", offset+position, ((char*)p)[position]);
   250         printf("%d : 0x%2.2x\n", offset+position, ((char*)p)[position]);
   250     }
   251     }
       
   252     */
   251 }
   253 }
   252 
   254 
   253 void Remind(unsigned int offset, unsigned int count, void *p)
   255 void Remind(unsigned int offset, unsigned int count, void *p)
   254 {
   256 {
   255 }
   257 }