Skip to content

Commit d53d55c

Browse files
author
Kareem Zidane
committedFeb 13, 2020
removed eprintf
1 parent 4e80a0f commit d53d55c

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ uninstall:
144144
rm -f $(DESTDIR)/include/cs50.h
145145
rm -rf $(DESTDIR)/src/cs50.c
146146
rm -f $(addprefix $(DESTDIR)/lib/, $(LIB_BASE) $(LIB_MAJOR) $(LIB_VERSION))
147-
rm -f $(addprefix $(DESTDIR)/$(MANDIR)/, eprintf.3 get_*.3)
147+
rm -f $(addprefix $(DESTDIR)/$(MANDIR)/, get_*.3)

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Link with `-lcs50`.
6565

6666
## Documentation
6767

68-
See `man get_*` and `man eprintf` after installation, or [CS50 Reference](https://reference.cs50.net/cs50/)!
68+
See `man get_*` after installation, or [CS50 Reference](https://reference.cs50.net/cs50/)!
6969

7070
## TODO
7171

‎tests/eprintf.c

-7
This file was deleted.

2 commit comments

Comments
 (2)

lace4shark commented on Apr 30, 2020

@lace4shark

Why was eprintf removed?

dmalan commented on Apr 30, 2020

@dmalan
Member

Underutilized!

Please sign in to comment.