@ -210,6 +210,7 @@ void shuffle(void *array, int nelts, int eltsize, random_state *rs)
memcpy(carray+eltsize*j,tmp,eltsize);
}
}
sfree(tmp);
}
/* vim: set shiftwidth=4 tabstop=8: */
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.