Selaa lähdekoodia

ENH: Add a file to generate the lib

Mathieu Malaterre 20 vuotta sitten
vanhempi
sitoutus
117c871790
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      Source/kwsys/testDynload.c

+ 5 - 0
Source/kwsys/testDynload.c

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