Fix example in FFI, section NPO

pull/192/head
amosonn 5 years ago committed by GitHub
parent 3e6e1001dc
commit 78b61f9d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -648,7 +648,7 @@ fn main() {
And the code on the C side looks like this:
```c
void register(void (*f)(void (*)(int), int)) {
void register(void (*f)(int (*)(int), int)) {
...
}
```

Loading…
Cancel
Save