2018-06-10 11:11:41 +02: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.
|
2018-07-24 13:49:45 +02:00
|
|
|
|
2018-06-10 11:11:41 +02:00
|
|
|
// +build !windows
|
|
|
|
|
|
|
|
package sqlite3
|
|
|
|
|
|
|
|
/*
|
|
|
|
#cgo CFLAGS: -I.
|
|
|
|
#cgo linux LDFLAGS: -ldl
|
|
|
|
*/
|
|
|
|
import "C"
|