#ifndef ENVVAR_H #define ENVVAR_H int envExpand(char *s, int max); char *envDupExpand(const char *s, int extra); #endif