From 886c09eb7caa4f82d98ca87dab24418a344f5ae7 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 16 Mar 2024 17:34:12 +0000 Subject: code base: internals: move slbt_coff_strcmp() to own translation unit. --- src/internal/slibtool_coff_impl.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/internal/slibtool_coff_impl.h (limited to 'src/internal/slibtool_coff_impl.h') diff --git a/src/internal/slibtool_coff_impl.h b/src/internal/slibtool_coff_impl.h new file mode 100644 index 0000000..c733b0f --- /dev/null +++ b/src/internal/slibtool_coff_impl.h @@ -0,0 +1,6 @@ +#ifndef SLIBTOOL_COFF_IMPL_H +#define SLIBTOOL_COFF_IMPL_H + +int slbt_coff_strcmp(const void * a, const void * b); + +#endif -- cgit v1.2.3