Files
cell/source/qjs_dmon.h

9 lines
102 B
C

#ifndef QJS_DMON_H
#define QJS_DMON_H
#include "cell.h"
JSValue js_dmon_use(JSContext *js);
#endif