From: aho450s AT nic DOT smsu DOT edu (Tony O'Bryan) Newsgroups: comp.os.msdos.djgpp Subject: Re: FIX math in Allegro misfeature (possible) ? Date: Wed, 05 Feb 1997 01:02:32 GMT Organization: Southwest Missouri State University Lines: 9 Message-ID: <32f7dc14.5522774@ursa.smsu.edu> References: <32F6A38C DOT 25F3 AT post DOT comstar DOT ru> NNTP-Posting-Host: huwawa.p12.smsu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Tue, 4 Feb 1997 02:48:44 GMT, Dim Zegebart wrote: >I just try to use fix math in Allegro. And I'm supprasing why where are >no >macros or functions like this (may be I missed something ?) : Actually there are. itofix() converts an integer to a fixed-point. fixtoi() does the reverse. There are some others I can't remember off the top of my head.