File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ src/constants.g.c linguist-generated
66src /constants.g.h linguist-generated
77src /functions.g.c linguist-generated
88src /functions.g.h linguist-generated
9- src /functions_bindings .g.dart linguist-generated
10- src /functions.g.dart linguist-generated
9+ lib / src /function_bindings .g.dart linguist-generated
10+ lib / src /functions.g.dart linguist-generated
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+ // for details. All rights reserved. Use of this source code is governed by a
3+ // BSD-style license that can be found in the LICENSE file.
4+
15import 'dart:ffi' as ffi;
26
37import 'errno.dart' ;
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+ // for details. All rights reserved. Use of this source code is governed by a
3+ // BSD-style license that can be found in the LICENSE file.
4+
15import 'dart:ffi' as ffi;
26import 'package:ffi/ffi.dart' ;
37
You can’t perform that action at this time.
0 commit comments