Przeglądaj źródła

ENH: Add a file to generate the lib

Mathieu Malaterre 20 lat temu
rodzic
commit
117c871790
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      Source/kwsys/testDynload.c

+ 5 - 0
Source/kwsys/testDynload.c

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