memory - How can I compute the differences of 2 unsigned char arrays? -
i have 2 unsigned char arrays , lengths. , these arrays have "null" char in content.
how can find out different, diff function in svn? want list of differences, including content delete or insert or equal.
memcmp
returns equal or not. not option.- string diff libraries not suitable, because there '\0' chars in arrays.
after googling lot , trying lot, achieved goal using libmba.
Comments
Post a Comment