Sha256: 8ae46ef1ef2db0660c87cae4fb4d77ca0877fd3820d4005b3485fcee100fc90f
Contents?: true
Size: 1.19 KB
Versions: 74
Compression:
Stored size: 1.19 KB
Contents
namespace Community.CsharpSqlite { public partial class Sqlite3 { /* ** 2008 May 26 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. ** ****************************************************************************** ** ** This header file is used by programs that want to link against the ** ICU extension. All it does is declare the sqlite3IcuInit() interface. ** ************************************************************************* ** Included in SQLite3 port to C#-SQLite; 2008 Noah B Hart ** C#-SQLite is an independent reimplementation of the SQLite software library ** ** $Header$ ************************************************************************* */ //#include "sqlite3.h" //#if __cplusplus //extern "C" { //#endif /* __cplusplus */ //int sqlite3IcuInit(sqlite3 *db); //#if __cplusplus //} /* extern "C" */ //#endif /* __cplusplus */ } }
Version data entries
74 entries across 74 versions & 1 rubygems