00001 #ifndef CCTOOLS_GETENV_H 00002 #define CCTOOLS_GETENV_H 00003 00013 char * getenv ( const char *name ); 00014 00015 #endif