We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315a37f commit 35aceaeCopy full SHA for 35aceae
src/sqlitejs.h
@@ -5,8 +5,6 @@
5
// Created by Marco Bambini on 31/03/25.
6
//
7
8
-#define SQLITE_JS_VERSION "1.1.1"
9
-
10
#ifndef __SQLITEJS__
11
#define __SQLITEJS__
12
@@ -18,6 +16,8 @@
18
16
#include "sqlite3.h"
19
17
#endif
20
+#define SQLITE_JS_VERSION "1.1.1"
+
21
int sqlite3_js_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
22
const char *sqlitejs_version (void);
23
const char *quickjs_version (void);
0 commit comments