#ifndef EL__ECMASCRIPT_QUICKJS_CONSOLE_H #define EL__ECMASCRIPT_QUICKJS_CONSOLE_H #include int js_console_init(JSContext *ctx); #endif