Came across this codes... have no idea what does the * mean... any idea??
Example1: byte
Example2: v = (int) *ptr + (int) *ovr;
*ptr = ( v > 255 ) ? (byte) 255 : (byte) v;