??? 09/20/06 18:33 Read: times |
#124707 - what about the library? Responding to: ???'s previous message |
Instead of: for (index = 0; index <1024 ; index++) { SpecificBuffer[index] = GlobalSerialBuffer[index]; }why not use memcopy(SpecificBuffer, GlobalSerialBuffer, 1024);? -a |