grass

dlsymdlopen

7.8.2

3 / 6347 files match, 1 filtered matches.

lib/raster/gdal.c



93 | static void try_load_library(const char *name)
94 | {
95 | # ifdef __unix__
96 |     library_h = dlopen(name, RTLD_NOW);
97 | # endif
98 | # ifdef _WIN32