cs50 / libcs50

This is CS50's Library for C.
https://cs50.readthedocs.io/libraries/cs50/c/
GNU General Public License v3.0
1.74k stars 853 forks source link

eprintf still has references everywhere #195

Closed TheRijn closed 4 years ago

TheRijn commented 4 years ago

eprintf doesn't exists anymore, but is still in the tests and the README.

kzidane commented 4 years ago

Not in the latest version of the library. Where do you see it exactly?

TheRijn commented 4 years ago

Here https://github.com/cs50/libcs50/blob/develop/tests/eprintf.c And in the readme https://github.com/cs50/libcs50#documentation

kzidane commented 4 years ago

Ah, thanks! Removed via d53d55c.