1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

added the fcnt() function for testing (CVS 92)

FossilOrigin-Name: 0f93c27cddb4254f72305ca3a64b77c2e7772c56
This commit is contained in:
drh
2000-06-11 23:50:13 +00:00
parent 31884b0bbc
commit 0bdaf62e9b
6 changed files with 160 additions and 121 deletions

View File

@@ -23,7 +23,7 @@
*************************************************************************
** Internal interface definitions for SQLite.
**
** @(#) $Id: sqliteInt.h,v 1.23 2000/06/08 13:36:40 drh Exp $
** @(#) $Id: sqliteInt.h,v 1.24 2000/06/11 23:50:13 drh Exp $
*/
#include "sqlite.h"
#include "dbbe.h"
@@ -85,6 +85,7 @@ int sqlite_iMallocFail; /* Fail sqliteMalloc() after this many calls */
#define FN_Max 3
#define FN_Sum 4
#define FN_Avg 5
#define FN_Fcnt 6
/*
** Forward references to structures