Files
cell/source/qjs_io.h

9 lines
112 B
C

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