Question
Pointer casting during function call
Hello,
What's the difference between the following 2 function calls ?
some_function ( & x ) ;
some_function ((uint8_t *)&x) ;Hello,
What's the difference between the following 2 function calls ?
some_function ( & x ) ;
some_function ((uint8_t *)&x) ;Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.