1 #include <aros/debug.h>
8 Reason for this test is that formatted printing with %f
14 int retval
= RETURN_OK
;
20 sprintf(buffer
, "%6.3f %6.3f", xf
, xd
);
22 if (strcmp(buffer
, " 3.140 6.280"))
24 bug("created string is: %s\n", buffer
);
25 retval
= RETURN_ERROR
;