Re: printf error
Duke Normandin via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 27 Feb 2025 13:00:48 -0700 spiros thanasoulas <[email protected]> wrote: > Hey Duke, you need to import (chicken format) > #;1> (import (chicken format)) Got it! > ; > loading /home/dsp/mychicken/lib/chicken/11/chicken.format.import.so ... > #;2> (printf "hello\n") > hello > .... in the future > you can also use the API from https://api.call-cc.org/5/doc/ > to find where something is located and how it is used > or install chicken-doc on your machine. Thx! Just what I wanted/needed to know!! -- Duke