software/libbase: provide getenv declaration

This commit is contained in:
Sebastien Bourdeauducq 2012-05-25 22:50:30 +02:00
parent 37b578854b
commit 0b99cbf7b9

View file

@ -52,4 +52,10 @@ unsigned int rand(void);
void srand(unsigned int seed);
void abort(void);
/*
* The following functions are not provided by this library.
*/
char *getenv(const char *name);
#endif /* __STDLIB_H */