Typo: C ABI -> C API

pull/314/head
Kelvin Davis 4 years ago committed by GitHub
parent 2747c4bb2c
commit d8f1ec2028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ fn main() {
``` ```
The `extern` block is a list of function signatures in a foreign library, in The `extern` block is a list of function signatures in a foreign library, in
this case with the platform's C ABI. The `#[link(...)]` attribute is used to this case with the platform's C API. The `#[link(...)]` attribute is used to
instruct the linker to link against the snappy library so the symbols are instruct the linker to link against the snappy library so the symbols are
resolved. resolved.

Loading…
Cancel
Save