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
GCC folds away the strcmp() for strings up to two characters. I also tried using __builtin_strcmp() and -fno-builtin but that didn't make any difference. But to be honest I am not familiar with the builtin stuff at all.