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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,12 @@ This program uses the ANSI C 99 libraries (The default ones)
4
4
5
5
Tested in Ubuntu MATE 18.04 with GCC 7.4.0 *Working with* compiler-made *bugs*
6
6
7
-
WARNINGS
8
-
This is recommended to use with internet (for viewing the pages) because there are some web pages that just work online.
7
+
# WARNINGS
8
+
This is recommended to use with internet (for viewing the pages) because there are some web pages that can't work offline. (for example: images aren't downloaded)
9
9
10
10
There is a bug with the scanf function in C and GCC (IDE users won't have this issue) that makes you introduce the URL twice.
11
11
Press enter and then introduce the URL.
12
+
13
+
If you want it to work on Windows NT, grab a copy of wget.exe (https://eternallybored.org/misc/wget/)
0 commit comments