Updated documentation

This commit is contained in:
retropikzel 2025-05-03 05:28:36 +03:00
parent 8894d5ec4d
commit 6b3c520722
1 changed files with 3 additions and 3 deletions

View File

@ -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?