@ -67,7 +67,7 @@ int xSnprintf(char* buf, int len, const char* fmt, ...) {
return_n;
}
char*xStrdup_(constchar*str){
char*xStrdup(constchar*str){
char*data=strdup(str);
if(!data){
fail();
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.