00001 /*This file has been prepared for Doxygen automatic documentation generation.*/ 00048 #ifndef _DSP_SPRINTF_H_ 00049 #define _DSP_SPRINTF_H_ 00050 00051 // sprintf for 16-bit fixed-point values 00052 int dsp16_sprintf(char *out, const char *format, ...); 00053 // sprintf for 32-bit fixed-point values 00054 int dsp32_sprintf(char *out, const char *format, ...); 00055 00056 #endif //_DSP_SPRINTF_H_