Skip to content

Commit e70c6f1

Browse files
authored
Remove textual reference to removed FFI sample (#4718)
Fixes #4717
1 parent 8d01086 commit e70c6f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/_guides/libraries/c-interop.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ API documentation is available in the
2020

2121
The following examples show how to use the `dart:ffi` library:
2222

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.][] |
2929

3030

3131
## Walkthrough of hello_world

0 commit comments

Comments
 (0)