Pointers in C

  • + 0 comments
    *a = *a + *b; *b = (*a-*b)-*b; *b = (*b<0)?-(*b):*b;