printf() and scanf()

The printf() or scanf() code in the ANSI library can be reduced if no floating point support ( %f) is used. Refer to the ANSI library reference and printf.c or scanf.c in your library for details about saving code (avoiding float or doubles in printf() may decrease code size by 50%).