From apn@21:1/5 to All on Thu Aug 18 07:11:39 2022
# Tcl cffi package
The Tcl `cffi` package permits calling C functions in shared libraries
from within Tcl scripts via either the `libffi` or `dyncall` open source libraries.
To build the package from the source, see the `BUILD.md` file
in the repository or source distribution.
## Changes in 1.1.0
- Added support for varargs functions
- Added offset argument to `memory fill`, `memory tobinary`
and `memory tostring`
- Added `memory fill!` command
- Added support of explicit values in `enum sequence`
- Miscellaneous bug fixes
See https://github.com/apnadkarni/tcl-cffi/milestone/11?closed=1