mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
00db3c9d76
Code at least is compilable.
12 lines
164 B
C
12 lines
164 B
C
#ifndef EL__ECMASCRIPT_MUJS_IMPLEMENTATION_H
|
|
#define EL__ECMASCRIPT_MUJS_IMPLEMENTATION_H
|
|
|
|
#include <mujs.h>
|
|
|
|
void mjs_push_implementation(js_State *J);
|
|
|
|
#endif
|
|
|
|
|
|
|