1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-05 00:57:29 +02:00

Move extern functions slide under unsafe functions.

This commit is contained in:
Andrew Walbran 2023-01-17 16:41:40 +00:00
parent 7deb5532ea
commit 8c2b3781bb

View File

@ -165,7 +165,7 @@
- [Mutable Static Variables](unsafe/mutable-static-variables.md)
- [Unions](unsafe/unions.md)
- [Calling Unsafe Functions](unsafe/unsafe-functions.md)
- [Extern Functions](unsafe/extern-functions.md)
- [Extern Functions](unsafe/extern-functions.md)
- [Exercises](exercises/day-3/afternoon.md)
- [Safe FFI Wrapper](exercises/day-3/safe-ffi-wrapper.md)