You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*English is not my main language. If you notice something wrong, please modify it. It's everyone's code ;)*/
5
+
6
+
charurl[1024];
7
+
charcommand[1043];
8
+
charhyperlinks[3];
9
+
10
+
intmain(void){
11
+
/*The url to be downloaded and the number of web pages directly related to be downloaded*/
12
+
printf("Please enter the name of the webpage you want to download\n");
13
+
scanf("%s\n", url);
14
+
printf("Enter the number of web pages directly related to the web page to be downloaded (enter a number between 0 and 999. if you want all the related web pages, type 'inf' without the quotes");
15
+
/*Sorry for this last line, Geany IDE doesn't like to printf in two lines*/
0 commit comments