printf-upper-bound.h revision fc34e919907845ce01ad04aa8213033596a1ae70
#ifndef __PRINTF_UPPER_BOUND_H
#define __PRINTF_UPPER_BOUND_H
/* Returns the maximum length of given format string when expanded.
If the format is invalid, i_fatal() is called.
If format contains %m, it's replaced with the real error message. */
#endif