• Show log

    Commit

  • Hash : 5da418e9
    Author : Ramiro Polla
    Date : 2009-01-11T21:31:27

    Move libcmd to configure.

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/dlfcn-win32.git
    Git SSH git@git.kmx.io:kc3-lang/dlfcn-win32.git
    Public access ? public
    Description
    Users
    thodg_w thodg_m thodg_l kc3_lang_org thodg www_kmx_io
    Tags

  • README

  • dlfcn-win32 is an implementation of dlfcn for Windows.
    
    It follows the standard as described here:
    http://www.opengroup.org/onlinepubs/009695399/basedefs/dlfcn.h.html
    http://www.opengroup.org/onlinepubs/009695399/functions/dlerror.html
    http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html
    http://www.opengroup.org/onlinepubs/009695399/functions/dlclose.html
    http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html
    
    Written by Ramiro Polla
    Released under the LGPL