Statistics: Posted by ESP_Rubin — Wed Aug 03, 2016 12:11 pm
Code:
char c[] = "hello";c[1] = 'o';
uint32 a[] = {1, 3};uint16 *b = (uint16 *)a;b[1] = 2;
Statistics: Posted by Guest — Wed Jul 06, 2016 11:23 pm