@ -7,7 +7,7 @@ sq_list* init_sq_list(void)
{
sq_list* name = (sq_list*)malloc(sizeof(sq_list));
memset(name, 0, sizeof(sq_list));
return 0;
return name;
}
// ɾ³ý
The note is not visible to the blocked user.