software/libbase: provide getenv declaration
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Fri, 25 May 2012 20:50:30 +0000 (22:50 +0200)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Fri, 25 May 2012 20:50:30 +0000 (22:50 +0200)
software/include/base/stdlib.h

index 7d2e250885a3cdc52a41d0344baef1a3e30b14e6..a31093adc548ba8c4ace88a8a75f9046465d64c5 100644 (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 */