* a lot easier since those are essentially the same just with different sizes.
*/
+/*============================================================================*
+ * Local *
+ *============================================================================*/
+
+
+/*============================================================================*
+ * Global *
+ *============================================================================*/
+
/**
* @internal
* @brief Initialize the strbuf module.
return eina_strbuf_common_shutdown();
}
-/**
- * @endcond
- */
-
/*============================================================================*
* API *
*============================================================================*/
#include "eina_strbuf_common.h"
#include "eina_unicode.h"
+/*============================================================================*
+ * Local *
+ *============================================================================*/
+
+
+/*============================================================================*
+ * Global *
+ *============================================================================*/
+
+
+/*============================================================================*
+ * API *
+ *============================================================================*/
+
EAPI Eina_Bool
eina_strbuf_append_printf(Eina_Strbuf *buf, const char *fmt, ...)
{