Re: where to find the standard C library functions?
From: Gerhard W. Gruber (sparhawk_at_gmx.at)
Date: 11/11/03
- Next message: Dan: "SGI Arena Memory Calls in Linux"
- Previous message: Jens.Toerring_at_physik.fu-berlin.de: "Re: where to find the standard C library functions?"
- In reply to: Jens.Toerring_at_physik.fu-berlin.de: "Re: where to find the standard C library functions?"
- Next in thread: Adam Fineman: "Re: where to find the standard C library functions?"
- Reply: Adam Fineman: "Re: where to find the standard C library functions?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 11 Nov 2003 23:42:46 +0100
On 11 Nov 2003 22:26:27 GMT wrote Jens.Toerring@physik.fu-berlin.de in
comp.os.linux.development.apps with <bornmj$1iambg$1@uni-berlin.de>
>ftp://ftp.gnu.org/gnu/glibc/
>
>Just pick any version you like;-)
I already found this, but there is no stricmp implementation in there.
Well, am I correct if I assume that stricmp does the same as strcmp but only a
toupper() or tolower() on each character for comparison?
I need to use this functions in a kernel module and since I can't use glibc
for that I need to provide my own implementations. The easiest is to copy them
from the existing glibc as long as they contain no functions that I can't use
from the kernel.
-- Gerhard Gruber Maintainer of SoftICE for Linux - http://sourceforge.net/projects/pice Fast application launcher - http://sourceforge.net/projects/launchmenu
- Next message: Dan: "SGI Arena Memory Calls in Linux"
- Previous message: Jens.Toerring_at_physik.fu-berlin.de: "Re: where to find the standard C library functions?"
- In reply to: Jens.Toerring_at_physik.fu-berlin.de: "Re: where to find the standard C library functions?"
- Next in thread: Adam Fineman: "Re: where to find the standard C library functions?"
- Reply: Adam Fineman: "Re: where to find the standard C library functions?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]