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 6c16086 commit d80fff2Copy full SHA for d80fff2
ext/standard/scanf.h
@@ -23,7 +23,7 @@
23
/* upper limit to keep resources in check and */
24
/* minimize the possibility of exploits */
25
26
-#define SCAN_SUCCESS SUCCESS
+#define SCAN_SUCCESS 0
27
#define SCAN_ERROR_EOF -1 /* indicates premature termination of scan */
28
/* can be caused by bad parameters or format*/
29
/* string. */
0 commit comments