在你们的事例程序里一这样一段: 谁来看看这个: UINT8 mCopy ( UINT8 idata *iDestination, UINT8 code *iSource ) { UINT8 i = 0; while ( *iDestination = *iSource ) { iDestination ++; iSource ++; i ++; } return( i ); }
其中while ( *iDestination = *iSource ) { iDestination ++; iSource ++; i ++; } 中的 “*iDestination = *iSource” 怎么看待? [Emot]28[/Emot]
热门产品 :
CH592: RISC-V内核BLE5.4无线MCU