Files
cell/source/qjs_os.h

9 lines
112 B
C

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