ref: 45359954fe5054f27637962a272177d9c8115b90
dir: /wince/env.h/
// // "Extension" implementation of getenv for Windows CE. // // I (Simon Howard) release this file to the public domain. // #ifndef WINCE_ENV_H #define WINCE_ENV_H extern char *getenv(const char *name); #endif /* #ifndef WINCE_ENV_H */