ref: abc69c7cf92181461612d7126f2bdc8da6b9eb76
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 */