diff --git a/lib/zustr2stp.h b/lib/zustr2stp.h index 987a7ba8..7775fc6d 100644 --- a/lib/zustr2stp.h +++ b/lib/zustr2stp.h @@ -14,6 +14,10 @@ #include #include "mempcpy.h" +#include "sizeof.h" + + +#define ZUSTR2STP(dst, src) zustr2stp(dst, src, SIZEOF_ARRAY(src)) inline char *zustr2stp(char *restrict dst, const char *restrict src, size_t sz);