File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ API documentation is available in the
20
20
21
21
The following examples show how to use the ` dart:ffi ` library:
22
22
23
- | ** Example** | ** Description** |
24
- | -----------------| ----------------------------------------------------------------------------------------------------------------------------- |
25
- | [ hello_world] [ ] | How to call a C function with no arguments and no return value. |
26
- | [ primitives] [ ] | How to call C functions that have arguments and return values that are ** ints or pointers** . Also demonstrates ** varargs ** . |
27
- | [ structs] [ ] | How to use structs to pass ** strings** to and from C and to handle ** simple and complex C structures** . |
28
- | [ sqlite] [ ] | An example in the Dart SDK repo that comes with a [ mini tutorial.] [ ] |
23
+ | ** Example** | ** Description** |
24
+ | -----------------| ---------------------------------------------------------------------------------------------------------|
25
+ | [ hello_world] [ ] | How to call a C function with no arguments and no return value. |
26
+ | [ primitives] [ ] | How to call C functions that have arguments and return values that are ** ints or pointers** . |
27
+ | [ structs] [ ] | How to use structs to pass ** strings** to and from C and to handle ** simple and complex C structures** . |
28
+ | [ sqlite] [ ] | An example in the Dart SDK repo that comes with a [ mini tutorial.] [ ] |
29
29
30
30
31
31
## Walkthrough of hello_world
You can’t perform that action at this time.
0 commit comments