go-sqlite3-hak5/sqlite3_opt_stat4.go

14 lines
282 B
Go
Raw Normal View History

2018-05-23 20:21:33 +00:00
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build sqlite_stat4
2018-05-23 20:21:33 +00:00
package sqlite3
/*
#cgo CFLAGS: -DSQLITE_ENABLE_STAT4
#cgo LDFLAGS: -lm
*/
import "C"