printf("\n**** %s **** compiled the %s at %s ***\n",
argv[0],__DATE__,__TIME__);
nbreloops=100000;
while((opt=getopt(argc,argv,"d:hn:v"))!=-1){
switch(opt){
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.