~ chicken-core (chicken-5) 3e40e96850974eaa7851ba4953ede8e7beea0ae7
commit 3e40e96850974eaa7851ba4953ede8e7beea0ae7 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat Jul 31 15:36:30 2010 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sat Jul 31 15:36:30 2010 +0200 replaced use of easyffi with bind in manual (thanks to mario) diff --git a/manual/Getting started b/manual/Getting started index 5917c969..9432723a 100644 --- a/manual/Getting started +++ b/manual/Getting started @@ -579,7 +579,7 @@ name), and that it returns an integer result (the {{int}} before.) Now we can in 0 1 1 2 3 5 8 13 21 34 55 Those who are interfacing to substantial C libraries should consider -using the [[easyffi]] egg. +using the [[bind]] egg. ---Trap