1 2 3 4 5 6 7
#include "wrapper.h" LibreOfficeKit * lok_init_wrapper(const char *install_path) { return lok_init(install_path); }