Re: ldtox80 in a Carbon Mach-0
Re: ldtox80 in a Carbon Mach-0
- Subject: Re: ldtox80 in a Carbon Mach-0
- From: "brucecoughlin" <email@hidden>
- Date: Tue, 13 Apr 2004 06:38:31 -0400
In CW it's so simple: just add an external function declaration to your
file. For example, I needed x80tod() and just added the following to the
beginning of the file that required it:
extern double x80tod(const extended80 * x80);
and suddenly it all works. You'll have to look up the function definition
you need, it's not in front of me.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.