1 #if !defined(DUK_CONSOLE_H_INCLUDED) 2 #define DUK_CONSOLE_H_INCLUDED 9 #if defined(__cplusplus) 14 #define DUK_CONSOLE_PROXY_WRAPPER (1 << 0) 17 #define DUK_CONSOLE_FLUSH (1 << 1) 24 #if defined(__cplusplus) void duk_console_init(duk_context *ctx, duk_uint_t flags)