You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From looking at it, I don't see a reason why it shouldn't for this particular function. For others I've been using < 0 to indicate an error and >= 0 for the result (although some functions use special values to indicate that, e.g. PEID).
Is there a reason as to why this function does return an int pointer instead of the
bool
type fromstdbool.h
?As far as I understand the code, the function is used to mark the device as "taken". Is this correct?
The text was updated successfully, but these errors were encountered: