|
libplist
2.7.0
API Documentation - Return to Homepage
|
◆ plist_data_val_compare_with_size()
Helper function to compare the data of a PLIST_DATA node against a given blob and size, while no more than n bytes are compared. This function basically behaves like memcmp after making sure the size of the node's data value is at least n, making this a "starts with" comparison.
|