Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #include "mujs.h"
  2. #define js_toint(J, idx) js_tointeger(J, idx)
  3.  
  4. js_State *J;
  5.  
  6. void import_functions();
  7.