diff options
Diffstat (limited to 'newlib/libc/machine/spu/fiprintf.c')
-rw-r--r-- | newlib/libc/machine/spu/fiprintf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/machine/spu/fiprintf.c b/newlib/libc/machine/spu/fiprintf.c new file mode 100644 index 000000000..7bd781b12 --- /dev/null +++ b/newlib/libc/machine/spu/fiprintf.c @@ -0,0 +1,2 @@ +#define INTEGER_ONLY +#include "fprintf.c" |