Files
cell/source/qjs_fd.h
2025-05-27 01:52:27 -05:00

8 lines
110 B
C

#ifndef QJS_FD_H
#define QJS_FD_H
#include <quickjs.h>
JSValue js_fd_use(JSContext *js);
#endif // QJS_FD_H