targets/Win32/plc_Win32_main.c
changeset 580 9dd978e6537c
parent 568 20a223828a06
child 614 eed1dcf311a1
equal deleted inserted replaced
579:554ba6df4ee0 580:9dd978e6537c
   232 int CheckRetainBuffer(void)
   232 int CheckRetainBuffer(void)
   233 {
   233 {
   234 	return 1;
   234 	return 1;
   235 }
   235 }
   236 
   236 
       
   237 void ValidateRetainBuffer(void)
       
   238 {
       
   239 }
       
   240 
       
   241 void InValidateRetainBuffer(void)
       
   242 {
       
   243 }
       
   244 
   237 void Retain(unsigned int offset, unsigned int count, void * p)
   245 void Retain(unsigned int offset, unsigned int count, void * p)
   238 {
   246 {
   239     unsigned int position;
   247     unsigned int position;
   240     for(position=0; position<count; position++ ){
   248     for(position=0; position<count; position++ ){
   241         printf("%d : 0x%2.2x\n", offset+position, ((char*)p)[position]);
   249         printf("%d : 0x%2.2x\n", offset+position, ((char*)p)[position]);