search for: c06aae4

Displaying 1 result from an estimated 1 matches for "c06aae4".

Did you mean: 0xaae4
2013 Aug 21
0
[klibc:master] tests: Fix sscanf integer tests
...: Mike Pagano <mpagano at gentoo.org> Signed-off-by: maximilian attems <max at stro.at> --- usr/klibc/tests/sscanf.c | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/usr/klibc/tests/sscanf.c b/usr/klibc/tests/sscanf.c index 0102ee3..c06aae4 100644 --- a/usr/klibc/tests/sscanf.c +++ b/usr/klibc/tests/sscanf.c @@ -3,35 +3,32 @@ int main() { int ret, err = 0, e1, e2; - double d1, d2; - const char j1[] = "3.0E+10", j2[] = "12E-01-0.1E-2"; const char a1[] = "3.0", a2[] = "-12,1000"; - /* XXX:...