[Tutor] [Fwd: Re: Consistant Overhead Byte Stuffing (COBS)algorithm help]

Kent Johnson kent37 at tds.net
Wed Oct 5 16:46:54 CEST 2005


Alan Gauld wrote:
>> return (UINT)(dst - dstStart);
>> }
> 
> 
> This looks odd, I don't think I understand what it does.
> It seems to return an address thats potentially (probably?!)
> before the start of the original dst...

It's returning the length of dst.

Kent



More information about the Tutor mailing list