MCPcopy Create free account
hub / github.com/audacity/audacity / sqlite3_uint_init

Function sqlite3_uint_init

lib-src/sqlite/shell.c:4493–4501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4491
4492#endif
4493int sqlite3_uint_init(
4494 sqlite3 *db,
4495 char **pzErrMsg,
4496 const sqlite3_api_routines *pApi
4497){
4498 SQLITE_EXTENSION_INIT2(pApi);
4499 (void)pzErrMsg; /* Unused parameter */
4500 return sqlite3_create_collation(db, "uint", SQLITE_UTF8, 0, uintCollFunc);
4501}
4502
4503/************************* End ../ext/misc/uint.c ********************/
4504/************************* Begin ../ext/misc/decimal.c ******************/

Callers 1

open_dbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected