9 lines
112 B
C
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 */
|