Fixed and unified debug output.
[AROS.git] / test / printf_f.c
blob93e2b93c170dafc3b1e752c67b5074e0c5a1e239
1 #include <stdio.h>
3 int main(void)
5 float x = 3.14;
7 printf("before %f after\n", x);
8 return 0;