# endif
#endif
-#if defined (__cplusplus)
-extern "C" {
-#endif
-
#if (DEBUGLEVEL>=2)
# define ZSTD_DEPS_NEED_IO
+# include "zstd_deps.h"
extern int g_debuglevel; /* the variable is only declared,
it actually lives in debug.c,
and is shared by the whole process.
# define DEBUGLOG(l, ...) do { } while (0) /* disabled */
#endif
-
-#if defined (__cplusplus)
-}
-#endif
-
#endif /* DEBUG_H_12987983217 */
size_t HUF_readDTableX2_wksp(HUF_DTable* DTable, const void* src, size_t srcSize, void* workSpace, size_t wkspSize, int flags);
#endif
-#endif /* HUF_H_298734234 */
-
#if defined (__cplusplus)
}
#endif
+
+#endif /* HUF_H_298734234 */