X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/92c3b05ef3e582d64b3cecfc261fdd66ef13a4ef..f81046da683a14b2265a501f0de00df264a77413:/sbr/fmt_new.c diff --git a/sbr/fmt_new.c b/sbr/fmt_new.c index cd81017a..2407cc62 100644 --- a/sbr/fmt_new.c +++ b/sbr/fmt_new.c @@ -5,8 +5,11 @@ * complete copyright information. */ -#include -#include +#include "h/mh.h" +#include "fmt_new.h" +#include "getcpy.h" +#include "error.h" +#include "h/utils.h" #define QUOTE '\\' @@ -56,7 +59,8 @@ new_fs (char *form, char *format, char *default_fs) void -free_fs(void) { +free_fs(void) +{ free (formats); formats = 0; }