Hi, I'm trying to use the standard C "getenv" function in a file I've written for the kernel (linux-2.6.10_mvl401), and the library for it seems not to exist, neither does the header "stdlib.h" where it normally gets defined. Is getenv supported by this kernel, or is there another supported function which will get me the value of an enviromental variable at kernel boot time?
Many thanks