When ever I need a standard library function that for some reason
isn't available on the system I'm working on, I look it up in
P.J. Plauger's book The Standard C Library (Prentice Hall).
I can usually just type in the the code he provides for each function
and figure out any work arounds.  I haven't used gcc for a while,
but doesn't the source code for all the library functions come with it?
It should be easy to handle error checking yourself and remove the
offending functions.

Bert Pirson  <[EMAIL PROTECTED]>
Calspan - An Operation of Veridian
4455 Genesee Street, Buffalo New York 14225
(716)632-7500 ext. 5453   (716)631-4152 Fax

-----Original Message-----
From: José Daniel Muñoz Frías <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Friday, November 06, 1998 8:52 AM
Subject: [rtl] sqrt() function in rt


>Hello,
>
>How can be used the sqrt() function inside an rt-task? When I put this
>function inside an rt-task, the module can not be inserted because it
>can resolve the raise() function (and anothers): I think that this
>function is used to signal the kernel when an error is found.
>
>Has anybody some sqrt() funcion suitable for the inclusion in a rt-task.
>
>Thanks
>
>Dani.
>--
>______________________________________________________________
>José Daniel Muñoz Frías        [EMAIL PROTECTED]
>
>Universidad Pontificia Comillas
>ICAI. Depto. Electrónica y Automática
>
>Alberto Aguilera 23
>28015 Madrid, Spain
>
>Telf. 34-1-5422800                           Fax: 34-1-5596569
>______________________________________________________________


--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to