Added printf_fast_f. Same as printf_fast, but with floating point enabled
[fw/sdcc] / device / lib / printf_fast_f.c
1 // Same as printf_fast, but with floating point enabled
2
3 #define FLOAT
4 #define PRINTF_FAST printf_fast_f
5
6 #include "printf_fast.c"
7