Updated documentation
This commit is contained in:
parent
8894d5ec4d
commit
6b3c520722
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Portable Foreign Function Interface for R7RS Documentation
|
title: (foreign c) a portable foreign function interface for R7RS
|
||||||
version: 0.10.0
|
version: 0.10.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -63,11 +63,11 @@ The new readme is a work in progress.
|
||||||
|
|
||||||
### Primitives
|
### Primitives
|
||||||
|
|
||||||
(c-type-size _type_)
|
(*c-type-size* _type_)
|
||||||
|
|
||||||
Returns the size of given C type.
|
Returns the size of given C type.
|
||||||
|
|
||||||
define-c-library
|
(define-c-library)
|
||||||
define-c-procedure
|
define-c-procedure
|
||||||
define-c-callback
|
define-c-callback
|
||||||
c-bytevector?
|
c-bytevector?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue