X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fsscan_sources.incl;h=490d95df5fbf2389f9054346beb0944ad40fb3e1;hb=02d039809be3e35702c56aafb1d84cf90e9b8395;hp=d293742e0f3064d01f2f5797cb2019899421c002;hpb=5bd2bbfe899293f748cd092d613340417af487f2;p=pdclib.old diff --git a/functions/stdio/sscan_sources.incl b/functions/stdio/sscan_sources.incl index d293742..490d95d 100644 --- a/functions/stdio/sscan_sources.incl +++ b/functions/stdio/sscan_sources.incl @@ -3,9 +3,9 @@ "-2147483648 +2147483647 +4294967295\n" "-9223372036854775808 +9223372036854775807\n" "+18446744073709551615\n"; - char const * hexadecimal = "-0x0 -0x000 -0x7f 0x80 0xff -0x7fff 0x8000\n" - "0xffff -0x7fffffff 0x80000000 0xffffffff\n" - "-0x7fffffffffffffff 0x8000000000000000\n" + char const * hexadecimal = "-0x0 -0x000 -0x7f -0x80 0xff -0x7fff -0x8000\n" + "0xffff -0x7fffffff -0x80000000 0xffffffff\n" + "-0x7fffffffffffffff -0x8000000000000000\n" "0xffffffffffffffff\n"; char const * octal = "+0000 -0000 +0177 +0377 -0377 +077777 +0177777\n" "-0177777 +017777777777 +037777777777\n"