@@ -205,4 +205,10 @@ xy_strjoin (unsigned int count, ...)
returnret;
}
bool
xy_streql(constchar*str1,constchar*str2){
returnstrcmp(str1,str2)==0?true:false;
}
#endif
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.