Browse Source

ENH: Add a file to generate the lib

Mathieu Malaterre 20 năm trước cách đây
mục cha
commit
117c871790
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      Source/kwsys/testDynload.c

+ 5 - 0
Source/kwsys/testDynload.c

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