Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
I will be very grateful if someone could converse this program from C to Delphi. unsigned short crc (unsigned char *p,int buflen, unsigned short start_crc) { unsigned short temp; int i,j; unsigned char c; temp = start_crc; for (i=0; i<buflen; i++) { c = *p++; for (j=1; j<=8; j++) { …
The End.
Sten Ove Larvin