Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
runtime
bin
ffi_test
ffi_test_fields.c
Go to the documentation of this file.
1
// Copyright (c) 2023, 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
#include "
ffi_test_fields.h
"
5
6
DART_EXPORT_FIELD
int32_t
globalInt
;
7
DART_EXPORT_FIELD
struct
Coord
globalStruct
;
8
DART_EXPORT_FIELD
const
char
*
globalString
=
"Hello Dart!"
;
9
DART_EXPORT_FIELD
int
globalArray
[] = {1, 2, 3};
10
DART_EXPORT_FIELD
double
identity3x3
[3][3] = {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}};
globalString
DART_EXPORT_FIELD const char * globalString
Definition:
ffi_test_fields.c:8
globalStruct
DART_EXPORT_FIELD struct Coord globalStruct
Definition:
ffi_test_fields.c:7
identity3x3
DART_EXPORT_FIELD double identity3x3[3][3]
Definition:
ffi_test_fields.c:10
globalInt
DART_EXPORT_FIELD int32_t globalInt
Definition:
ffi_test_fields.c:6
globalArray
DART_EXPORT_FIELD int globalArray[]
Definition:
ffi_test_fields.c:9
ffi_test_fields.h
DART_EXPORT_FIELD
#define DART_EXPORT_FIELD
Definition:
ffi_test_fields.h:12
Coord
Definition:
ffi_test_fields.h:19
Generated on Sun Jun 23 2024 21:55:23 for Flutter Engine by
1.9.4