forked from KolibriOS/kolibrios
91ae0dee0b
git-svn-id: svn://kolibrios.org@8456 a494cfbc-eb01-0410-851d-a64ba20cac60
7 lines
104 B
C
Executable File
7 lines
104 B
C
Executable File
#include "mujs.h"
|
|
#define js_toint(J, idx) js_tointeger(J, idx)
|
|
|
|
js_State *J;
|
|
|
|
void import_functions();
|