You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-28 03:28:32 +02:00
Fix typo, and this is not specific to glibc.
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
# Safe FFI Wrapper
|
# Safe FFI Wrapper
|
||||||
|
|
||||||
Rust has great support for calling functions through a _foreign function
|
Rust has great support for calling functions through a _foreign function
|
||||||
interface_ (FFI). We will use this to build a safe wrapper the `glibc` functions
|
interface_ (FFI). We will use this to build a safe wrapper for the `libc`
|
||||||
you would use from C to read the filenames of a directory.
|
functions you would use from C to read the filenames of a directory.
|
||||||
|
|
||||||
You will want to consult the manual pages:
|
You will want to consult the manual pages:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user