This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

c code HELP!

plz. everyone give advice now.

void calibrateInput ( int i )
{
  doJob1 ( i );

  doJump ( i );

  doPeter ( &i );

  doMary ( &i );
}

0