minecraft-pi-reborn/launcher/src/ldconfig.h
2021-06-17 17:32:24 -04:00

12 lines
143 B
C

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