@@ -190,6 +190,7 @@ void vstr_cut_tail(vstr_t *vstr, int len) {
}else{
vstr->len-=len;
}
vstr->buf[vstr->len]=0;
}
voidvstr_printf(vstr_t*vstr,constchar*fmt,...){
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.