formatting

SVN revision: 51241
This commit is contained in:
Vincent Torri 2010-08-17 06:05:21 +00:00
parent 32932b4135
commit d4cd8f28ae
2 changed files with 23 additions and 4 deletions

View File

@ -16,6 +16,15 @@
* a lot easier since those are essentially the same just with different sizes.
*/
/*============================================================================*
* Local *
*============================================================================*/
/*============================================================================*
* Global *
*============================================================================*/
/**
* @internal
* @brief Initialize the strbuf module.
@ -51,10 +60,6 @@ _FUNC_EXPAND(shutdown)(void)
return eina_strbuf_common_shutdown();
}
/**
* @endcond
*/
/*============================================================================*
* API *
*============================================================================*/

View File

@ -12,6 +12,20 @@
#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, ...)
{