kolibrios/programs/develop/kosjs/libmujs/import.h
maxcodehack 91ae0dee0b kosjs: replace libmujs.a with sources; if argc = 0, see "usage"
git-svn-id: svn://kolibrios.org@8456 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-20 08:45:42 +00:00

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();