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
I had not included <string.h> but used ASSERT_STRING_EQUALS. So I had an error because strcmp isn't defined.
It is not really important but including <string.h> in the header makes sense.
Thank you for sharing this piece of code.
The text was updated successfully, but these errors were encountered:
I had not included <string.h> but used ASSERT_STRING_EQUALS. So I had an error because strcmp isn't defined.
It is not really important but including <string.h> in the header makes sense.
Thank you for sharing this piece of code.
The text was updated successfully, but these errors were encountered: