aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..192480d
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
1dlfcn-win32 is an implementation of dlfcn for Windows.
2
3It follows the standard as described here:
4http://www.opengroup.org/onlinepubs/009695399/basedefs/dlfcn.h.html
5http://www.opengroup.org/onlinepubs/009695399/functions/dlerror.html
6http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html
7http://www.opengroup.org/onlinepubs/009695399/functions/dlclose.html
8http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html
9
10Written by Ramiro Polla
11Released under the LGPL \ No newline at end of file