1 #ifndef ENVVAR_H
2 #define ENVVAR_H
3 
4 int  envExpand(char *s, int max);
5 char *envDupExpand(const char *s, int extra);
6 
7 #endif
8