Updated documentation

This commit is contained in:
retropikzel 2025-05-03 06:57:11 +03:00
parent e8c0c4b079
commit af2c2a38a7
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
---
title: foreign-c a portable foreign function interface for R7RS
title: foreign-c a portable foreign function interface for R7RS Schemes
version: 0.10.0
---
# foreign-c
foreign-c is a C foreign function interface (FFI) library for R7RS. It is
portable in the sense that it supports multiple implementations, as opposed to
being portable by conforming to some specification.
foreign-c is a C foreign function interface (FFI) library for R7RS Schemes. It
is portable in the sense that it supports multiple implementations, as opposed
to being portable by conforming to some specification.
[Issue tracker](https://sr.ht/~retropikzel/foreign-c/trackers)