#pragma once #ifdef __cplusplus extern "C" { #endif char *get_full_library_search_path(); // Remember To free() #ifdef __cplusplus } #endif