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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user