X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fsprintf.c;h=b170ed83a1c1bb6ca2ac8685afb470361529300d;hb=b46f64914c62fbb0297728280478681659469654;hp=f67983270f8aec51214f69f54d1b9b278ad2d8ab;hpb=6eb6ebb5ae5953a27977f0ef66a36344462b949a;p=bertos.git diff --git a/bertos/mware/sprintf.c b/bertos/mware/sprintf.c index f6798327..b170ed83 100644 --- a/bertos/mware/sprintf.c +++ b/bertos/mware/sprintf.c @@ -32,8 +32,11 @@ * * \brief sprintf() implementation based on _formatted_write() * - * \version $Id$ * \author Bernie Innocenti + * + * $WIZ$ module_name = "sprintf" + * $WIZ$ module_depends = "formatwr" + * $WIZ$ module_harvard = "both" */ #include