mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/libbase: provide getenv declaration
This commit is contained in:
parent
37b578854b
commit
0b99cbf7b9
1 changed files with 6 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue