libplist  2.7.0
API Documentation - Return to Homepage

◆ plist_int_val_is_negative()

PLIST_API int plist_int_val_is_negative ( plist_t  intnode)

Helper function to test if a given PLIST_INT node's value is negative.

Parameters
intnodenode of type PLIST_INT
Returns
1 if the node's value is negative, or 0 if positive.