@@ -9,5 +9,5 @@ extern int length_main(int argc, char **argv)
if(argc!=2||**(argv+1)=='-')
usage(length_usage);
printf("%lu\n",(long)strlen(argv[1]));
return(TRUE);
returnEXIT_SUCCESS;
}
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.