Documentation Home
>
Sun WorkShop Compiler C 5.0 User's Guide
>
Appendix B Implementation-Defined Behavior
>
Implementation Compared to the ANSI/ISO StandardT
>
Library Functions(G.3.14)
> (7.9.6.2) The interpretation of a - character that is neither the first nor the last character in the scan list for %[ conversion in the fscanf function:
Sun WorkShop Compiler C 5.0 User's Guide
Previous
: (7.9.6.2) The input for %p conversion in the fscanf function:
Next
: Locale-Specific Behavior(G.4)
(7.9.6.2) The interpretation of a
-
character that is neither the first nor the last character in the scan list for
%[
conversion in the
fscanf
function:
The
-
character indicates an inclusive range; thus,
[0-9]
is equivalent to
[0123456789]
.
Previous
: (7.9.6.2) The input for %p conversion in the fscanf function:
Next
: Locale-Specific Behavior(G.4)
© 2010, Oracle Corporation and/or its affiliates