Part 2
For a moment I thought someone wrote a free-software library wrapping the ugly standard C library with sensible and safe calls.
Now I’m going to think all weekend of it
This comes in handy for releasing closed source programs on Linux:
You can dlopen every possible filename under the sun to account for distro stupidity, and give a helpful error message if they all fail.
dlopen
For a moment I thought someone wrote a free-software library wrapping the ugly standard C library with sensible and safe calls.
Now I’m going to think all weekend of it
This comes in handy for releasing closed source programs on Linux:
You can
dlopenevery possible filename under the sun to account for distro stupidity, and give a helpful error message if they all fail.