Changeset 2089 for trunk/src/libctests/glibc/stdio-common/tst-sscanf.c
- Timestamp:
- Jun 27, 2005, 5:05:29 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/stdio-common/tst-sscanf.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2088 r2089 42 42 { 43 43 "-12345678987654321123456789987654321123456789987654321", 44 #ifndef __EMX__ 44 45 "-12345678987654321123456789987654321123456789987654321", 45 46 "-12,345,678987,654,321123,456,789987,654,321123,456,789987,654,321", 46 47 "-12,345,678987,654,321123,456,789987,654,321123,456,789987,654,321" 48 #endif 47 49 }; 48 50 … … 50 52 { 51 53 "%9ld%9ld%9ld%9ld%9ld%9ld", 54 #ifndef __EMX__ 52 55 "%I9ld%I9ld%I9ld%I9ld%I9ld%I9ld", 53 56 "%'11ld%'11ld%'11ld%'11ld%'11ld%'11ld", 54 57 "%I'11ld%I'11ld%I'11ld%I'11ld%I'11ld%I'11ld" 58 #endif 55 59 }; 56 60 … … 65 69 const char *fmt; 66 70 int retval; 67 } int_tests[] = 71 } int_tests[] = 68 72 { 69 73 { "foo\n", "foo\nbar", -1 }, … … 131 135 } 132 136 137 #ifdef __EMX__ 138 for (i = 0; i < 1; ++i) 139 #else 133 140 for (i = 0; i < 4; ++i) 141 #endif 134 142 { 135 143 if (sscanf (str_long[i], fmt_long[i], -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.