??? 09/28/04 10:44 Read: times |
#78247 - RE: Keil strncpy function doubt????? Responding to: ???'s previous message |
Thanks. That was really helpful.
Please let me know if I use direct copy the way I used volume_disp[0]=counted_pulses[0]; | | | | volume_disp[5]=counted_pulses[5]; will generate the faster and smaller code or memcpy(volume_disp,counted_pulses,6); will generate the small and fast code? Please advise me how to select between them. Thanks, Sachin |