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