17 snprintf (buf
, 100, "%S = %f", tmp
, wcstof (tmp
, NULL
));
18 printf ("\"%s\" -> %s\n", buf
,
19 strcmp (buf
, "81 = 81.000000") == 0 ? "okay" : "buggy");
20 result
|= strcmp (buf
, "81 = 81.000000") != 0;
25 #define TEST_FUNCTION do_test ()
26 #include "../test-skeleton.c"