X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1df63930a063aa03a7bd09bb719803ea4820d4e1..27596d336d5527063d6e7dd4d0559632985eabd3:/sbr/utils.c?ds=inline diff --git a/sbr/utils.c b/sbr/utils.c index feb3e76b..9f12132f 100644 --- a/sbr/utils.c +++ b/sbr/utils.c @@ -5,9 +5,18 @@ * complete copyright information. */ -#include -#include -#include +#include "h/mh.h" +#include "read_yes_or_no_if_tty.h" +#include "concat.h" +#include "r1bindex.h" +#include "context_foil.h" +#include "context_replace.h" +#include "context_read.h" +#include "context_find.h" +#include "print_help.h" +#include "error.h" +#include "h/utils.h" +#include "h/signals.h" #include "m_mktemp.h" #include "makedir.h" #include @@ -336,7 +345,7 @@ nmh_strcasestr (const char *s1, const char *s2) } -/* truncpy copies at most size - 1 chars from non-NULL src to non-NULL, +/* trunccpy copies at most size-1 chars from non-NULL src to non-NULL, * non-overlapping, dst, and ensures dst is NUL terminated. If size is * zero then it aborts as dst cannot be NUL terminated. *