shithub: choc

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