fiprintf is a restricted version of fprintf: it has the same arguments and behavior, save that it cannot perform any floating-point formatting--the f, g, G, e, and F type specifiers are not recognized.### Returns
fiprintf returns the number of bytes in the output string, save that the concluding NULL is not counted. fiprintf returns when the end of the format string is encountered. If an error occurs, fiprintf returns EOF.
---
**Authoritative source**: BUSMASTER DITA help source `fiprintf.dita`, compiled into `BUSMASTER.CHM` with the application.