mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-06 20:56:36 +02:00
Merge pull request #439 from arthurmaciel/update-foreign-docs
Added tips on foreign docs
This commit is contained in:
commit
c5ed1a648c
1 changed files with 3 additions and 0 deletions
|
@ -71,3 +71,6 @@ Scheme | C
|
|||
`opaque` | `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