Loading…

Method Name: KDGM_subtract_100

Method ID: 0x4045

Method Label: Subtract 100

Method Help:


  • {
  • int temp1;
  • temp1 = igetval();
  • if (temp1 < 0)
  • temp1 = temp1 + 256;
  • temp1 = temp1 - 100;


Please login for more