#ifndef EL__ECMASCRIPT_QUICKJS_LOCALSTORAGE_H #define EL__ECMASCRIPT_QUICKJS_LOCALSTORAGE_H #include int js_localstorage_init(JSContext *ctx); #endif