void *myRAM; // allocate the ram short *shortInterface = (short *)myRAM; shortInterface++; //=> incremented by 2