/* */ #ifndef D_FMT_H #define D_FMT_H #include "common.h" #include #include namespace aria2 { std::string fmt(const char* fmt, ...) __attribute__ ((format (printf, 1, 2))); } // namespace aria2 #endif // D_FMT_H