#ifndef PN_PRINTF_H #define PN_PRINTF_H #include char *pn_strdup_vprintf(const char *format, va_list args); char *pn_strdup_printf(const char *format, ...); #endif /* PN_PRINTF_H */