Files
cell/source/qjs_fd.h

8 lines
107 B
C

#ifndef QJS_FD_H
#define QJS_FD_H
#include "cell.h"
JSValue js_fd_use(JSContext *js);
#endif // QJS_FD_H