We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e80a0f commit d53d55cCopy full SHA for d53d55c
Makefile
@@ -144,4 +144,4 @@ uninstall:
144
rm -f $(DESTDIR)/include/cs50.h
145
rm -rf $(DESTDIR)/src/cs50.c
146
rm -f $(addprefix $(DESTDIR)/lib/, $(LIB_BASE) $(LIB_MAJOR) $(LIB_VERSION))
147
- rm -f $(addprefix $(DESTDIR)/$(MANDIR)/, eprintf.3 get_*.3)
+ rm -f $(addprefix $(DESTDIR)/$(MANDIR)/, get_*.3)
README.md
@@ -65,7 +65,7 @@ Link with `-lcs50`.
65
66
## Documentation
67
68
-See `man get_*` and `man eprintf` after installation, or [CS50 Reference](https://reference.cs50.net/cs50/)!
+See `man get_*` after installation, or [CS50 Reference](https://reference.cs50.net/cs50/)!
69
70
## TODO
71
tests/eprintf.c
Why was eprintf removed?
Underutilized!
2 commit comments
lace4shark commentedon Apr 30, 2020
Why was eprintf removed?
dmalan commentedon Apr 30, 2020
Underutilized!