| // 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. | |
| // AUTO GENERATED FILE, DO NOT EDIT. | |
| // | |
| // Generated by `package:ffigen`. | |
| // ignore_for_file: type=lint | |
| import 'dart:ffi' as ffi; | |
| @ffi.Native<ffi.Pointer<ffi.Char> Function()>() | |
| external ffi.Pointer<ffi.Char> sqlite3_libversion(); |