#ifndef QJS_IO_H #define QJS_IO_H #include "quickjs.h" JSValue js_io_use(JSContext *ctx); #endif /* QJS_IO_H */