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 2323cf2 commit 315a37fCopy full SHA for 315a37f
src/sqlitejs.h
@@ -5,6 +5,8 @@
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
@@ -16,8 +18,6 @@
16
18
#include "sqlite3.h"
17
19
#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