• Adrien Plazas's avatar
    main: Automatically init libhandy · 555a0872
    Adrien Plazas authored
    Remove the public hdy_init() initialization function and replace it by
    the private hdy_constructor() library constructor function. This
    automatically initializes the library, at the price of a compiler
    supporting that feature and of statically linking the library.
    555a0872