SCAN_UNSIGNED 779 ext/standard/scanf.c flags |= SCAN_UNSIGNED; SCAN_UNSIGNED 1052 ext/standard/scanf.c if ((flags & SCAN_UNSIGNED) && (value < 0)) {