#ifndef LANG_LIBRARY_H #define LANG_LIBRARY_H void lang_library_init(void); void lang_library_deinit(void); #endif