We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3b59c commit 13b863aCopy full SHA for 13b863a
src/cs50.c
@@ -4,7 +4,7 @@
4
*
5
* Based on Eric Roberts' genlib.c and simpio.c.
6
7
- * Copyright (c) 2019
+ * Copyright (c) 2020
8
* All rights reserved
9
10
* BSD 3-Clause License
@@ -403,7 +403,7 @@ long get_long(const char *format, ...)
403
* [-2^63, 2^63 - 1) or would cause underflow or overflow, user is
404
* prompted to retry. If line can't be read, returns LLONG_MAX.
405
*/
406
-long long get_long_long(const string format, ...)
+long long get_long_long(const char *format, ...)
407
{
408
va_list ap;
409
va_start(ap, format);
0 commit comments