xref: /onnv-gate/usr/src/lib/libsqlite/llib-lsqlite (revision 4520:7dbeadedd7fe)
1*4520Snw141292/*
2*4520Snw141292 * Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
3*4520Snw141292 * Use is subject to license terms.
4*4520Snw141292 */
5*4520Snw141292
6*4520Snw141292#pragma ident	"%Z%%M%	%I%	%E% SMI"
7*4520Snw141292
8*4520Snw141292/* LINTLIBRARY */
9*4520Snw141292/* PROTOLIB1 */
10*4520Snw141292
11*4520Snw141292#include "sqlite.h"
12*4520Snw141292#include "sqlite-misc.h"
13