mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-13 07:47:39 +02:00
Added advices on foreign docs
This commit is contained in:
parent
35f0c486cd
commit
e901324ab0
1 changed files with 3 additions and 0 deletions
|
@ -71,3 +71,6 @@ Scheme | C
|
||||||
`opaque` | `void *`
|
`opaque` | `void *`
|
||||||
`c-void` | `void`
|
`c-void` | `void`
|
||||||
|
|
||||||
|
Useful notes:
|
||||||
|
- Use `opaque` if you need to handle any kind of C pointer.
|
||||||
|
- Use `string` to handle C `const char*` (`symbol` is strictly used to represent Scheme symbols).
|
||||||
|
|
Loading…
Add table
Reference in a new issue