From 86d1f469469346171c90dfa1b399ce10d2497564 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 21 Mar 2024 23:04:47 +0000 Subject: internals: added slbt_tmpfile(). --- src/internal/slibtool_tmpfile_impl.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/internal/slibtool_tmpfile_impl.h (limited to 'src/internal/slibtool_tmpfile_impl.h') diff --git a/src/internal/slibtool_tmpfile_impl.h b/src/internal/slibtool_tmpfile_impl.h new file mode 100644 index 0000000..cd6a02b --- /dev/null +++ b/src/internal/slibtool_tmpfile_impl.h @@ -0,0 +1,6 @@ +#ifndef SLIBTOOL_TMPFILE_IMPL_H +#define SLIBTOOL_TMPFILE_IMPL_H + +int slbt_tmpfile(void); + +#endif -- cgit v1.2.3