8 lines
108 B
C
8 lines
108 B
C
#ifndef QJS_DEBUG_H
|
|
#define QJS_DEBUG_H
|
|
|
|
#include <quickjs.h>
|
|
|
|
JSValue js_debug_use(JSContext *ctx);
|
|
|
|
#endif |