瀏覽代碼

ENH: Add a file to generate the lib

Mathieu Malaterre 20 年之前
父節點
當前提交
117c871790
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Source/kwsys/testDynload.c

+ 5 - 0
Source/kwsys/testDynload.c

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