Hey Guys!
Why don't you tell him about the nice and easy 'simple_strtoul()' function in
lib/vsprintf.c:unsigned long simple_strtoul(const char *cp,char **endp,unsigned int
base)
and some others also..
TF
> On Fri, 23 Oct 1998, Richard Teltz wrote:
>
> > P.S. I am still stumped as to how the rt_fifio_new.c module calls
> > memcpy()....a string.c finction!!!
>
> I would like to mention that most of string functions in the kernel you get
> from /usr/include/asm/string.h - coded in assembler. Did you really expected
> them not be be inlined? There are subtle differences in headers included in
> kernel and user space programs. See what you have in linux/ and asm/ include
> subdirectories, compare with the other linux kernel sources.
>
> Unfortunately strtod() is not there, but when you get it coded efficiently,
> you may always submit it to Linus for inclusion in 2.3 kernel.
>
> Best regards,
> --
> Tomasz Motylewski
--- [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/