1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Make it buildable. Pull test program from testee. Zap stray fprintf().

FossilOrigin-Name: 2b850aca1e76805a0358064318a765fa66ce394d015936fd47683d74ca4c187e
This commit is contained in:
larrybr
2023-11-05 23:55:41 +00:00
parent ff39634625
commit 8dd4697e48
4 changed files with 13 additions and 47 deletions

View File

@@ -25,7 +25,7 @@
*/
#ifndef INT_LINKAGE
# define INT_LINKAGE /* Linkage will be external to translation unit. */
# define INT_LINKAGE extern /* Linkage external to translation unit. */
# include <stdio.h>
# include <stdlib.h>
# include <limits.h>
@@ -38,6 +38,10 @@
# endif
#endif
#ifndef SQLITE3_H
# include "sqlite3.h"
#endif
/* Define enum for use with following function. */
typedef enum ConsoleStdConsStreams {
CSCS_NoConsole = 0,