aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-06-28 05:50:08 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2007-06-28 05:50:08 +0000
commit4c4b268c43f61ec03f07eb883b739135df3f6eb4 (patch)
tree9b3433d5e6fb2c62fb25dc8e83d8982f29bfa968 /README
downloaddlfcn-win32-4c4b268c43f61ec03f07eb883b739135df3f6eb4.tar.gz
dlfcn-win32-4c4b268c43f61ec03f07eb883b739135df3f6eb4.tar.bz2
dlfcn-win32-4c4b268c43f61ec03f07eb883b739135df3f6eb4.zip
Initial Revision
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