Beispiel #1
0
LVLIB_API int lvopen_table (lv_State *L) {
    lvL_register(L, LV_TABLIBNAME, tab_funcs);
    return 1;
}
Beispiel #2
0
LVLIB_API int lvopen_os (lv_State *L) {
  lvL_register(L, LV_OSLIBNAME, syslib);
  return 1;
}
Beispiel #3
0
LVLIB_API int lvopen_debug (lv_State *L) {
    lvL_register(L, LV_DBLIBNAME, dblib);
    return 1;
}