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