X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Ftext_format.c;h=93d9722e2dcafc4294eca7b9a74d1820684c183b;hb=69189320a33089d77c2623698c583a7a0fc48702;hp=50b6cf11a11121e3c268c8a4229b3e21f58a968b;hpb=8ae4e430b21973bae9a6bc26b6fd5e08bd07c4c7;p=bertos.git diff --git a/bertos/gfx/text_format.c b/bertos/gfx/text_format.c index 50b6cf11..93d9722e 100644 --- a/bertos/gfx/text_format.c +++ b/bertos/gfx/text_format.c @@ -31,11 +31,14 @@ * * --> * - * \version $Id$ * \author Bernie Innocenti * \author Stefano Fedrigo * * \brief printf-family routines for text output + * + * $WIZ$ module_name = "text_format" + * $WIZ$ module_depends = "sprintf", "formatwr", "text" + * $WIZ$ module_harvard = "both" */ #include "text.h"