X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fsprintf.c;h=b170ed83a1c1bb6ca2ac8685afb470361529300d;hb=b46f64914c62fbb0297728280478681659469654;hp=a82a9725d3d3f9b0bbce2c6d89415bdcc1118d67;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/bertos/mware/sprintf.c b/bertos/mware/sprintf.c index a82a9725..b170ed83 100644 --- a/bertos/mware/sprintf.c +++ b/bertos/mware/sprintf.c @@ -32,12 +32,15 @@ * * \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 -#include +#include #include #include