Path: utzoo!utgpu!water!watmath!clyde!cbosgd!osu-cis!tut!carp!mills-cl From: mills-cl@carp.cis.ohio-state.edu (christopher mills) Newsgroups: comp.sys.amiga Subject: Re: ExNext Questions Message-ID: <5573@tut.cis.ohio-state.edu> Date: 29 Jan 88 21:09:24 GMT References: <244@brambo.UUCP> Sender: news@tut.cis.ohio-state.edu Organization: The Ohio State University Dept of Computer and Information Science Lines: 9 >Has anyone tried to get printf (from amiga.lib) working from >assembler? Yes. It works nice. Doesn't have to link in all of those routines to print out floats. You need to define a long, _stdout, and assign it the result of the the DOS call Output(). Likewise, getchar (actually _getchar) needs _stdin, from the Input() call. Chris Mills