| // 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, unused_import, experimental_member_use |
| import 'dart:ffi' as ffi; |
| import 'package:meta/meta.dart' as meta; |
| |
| @meta.RecordUse() |
| @ffi.Native<ffi.Pointer<ffi.Char> Function()>() |
| external ffi.Pointer<ffi.Char> sqlite3_libversion(); |