From 000f57e11cf3272951cd3463f5d8bb82bc8e3903 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 6 Nov 2022 22:11:41 -0500 Subject: read symbol type --- tests/dylib.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/dylib.h (limited to 'tests/dylib.h') diff --git a/tests/dylib.h b/tests/dylib.h new file mode 100644 index 0000000..3b5d369 --- /dev/null +++ b/tests/dylib.h @@ -0,0 +1,8 @@ +// here is a realyl great dynami library i made it myself +#ifndef DYLIB_H_IS_REALLY_INCLUDED____ +#define DYLIB_H_IS_REALLY_INCLUDED____ +// ---------------dylib HEADER FILE --------- +// /PLEASE INCLUDE IF YOU WANT TO USE dylib +extern int the_number; // the number what it is +void bigger(void); // make the number bigger by 1 +#endif // DYLIB_H_IS_REALLY_INCLUDED____ -- cgit v1.2.3