shithub: choc

ref: 8a262fb95d8f335cf7930a8ae667fe5e01552cf4
dir: /wince/env.h/

View raw version
//
// "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 */