Browse Source

ENH: Add a file to generate the lib

Mathieu Malaterre 20 years ago
parent
commit
117c871790
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Source/kwsys/testDynload.c

+ 5 - 0
Source/kwsys/testDynload.c

@@ -0,0 +1,5 @@
+int TestDynamicLoaderData;
+
+void TestDynamicLoaderFunction()
+{
+}