1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-18 10:21:03 +03:00

Added new tests (CVS 206)

FossilOrigin-Name: 2507ec40610d8034ccf9dcb58a16934065e6f120
This commit is contained in:
drh
2001-04-07 15:24:33 +00:00
parent d21afef769
commit d1bf3512fa
11 changed files with 469 additions and 20 deletions

View File

@@ -24,7 +24,7 @@
** This header file defines the interface that the sqlite library
** presents to client programs.
**
** @(#) $Id: sqlite.h.in,v 1.12 2001/04/06 16:13:43 drh Exp $
** @(#) $Id: sqlite.h.in,v 1.13 2001/04/07 15:24:33 drh Exp $
*/
#ifndef _SQLITE_H_
#define _SQLITE_H_
@@ -342,5 +342,4 @@ int sqlite_get_table_vprintf(
va_list ap /* Arguments to the format string */
);
#endif /* _SQLITE_H_ */