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

typo: LLONG_MAX should be LONG_MAX #161

Closed rillig closed 5 years ago

rillig commented 5 years ago

From cs50.c:

// Get line of text, returning LLONG_MAX on failure
dmalan commented 5 years ago

Thanks for catching!