From 41493fac0acb798bc4061d93ee3d4b857725f422 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 8 Mar 2026 01:12:48 +0100 Subject: Usage of begin/end decls --- FICS/maxxes-utils.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FICS/maxxes-utils.h b/FICS/maxxes-utils.h index 034c7ee..2e2c723 100644 --- a/FICS/maxxes-utils.h +++ b/FICS/maxxes-utils.h @@ -13,6 +13,7 @@ #define mstrlcat(p_dst, p_src, p_dstsize) \ strlcat_trunc_chk((p_dst), (p_src), (p_dstsize), __FILE__, __LINE__) +__FICS_BEGIN_DECLS bool is_too_long(const int, const size_t); void snprintf_trunc_chk(const char *file, const long int line, @@ -21,5 +22,6 @@ void strlcpy_trunc_chk(char *dst, const char *src, size_t dstsize, const char *, const long int); void strlcat_trunc_chk(char *dst, const char *src, size_t dstsize, const char *, const long int); +__FICS_END_DECLS #endif -- cgit v1.2.3