summaryrefslogtreecommitdiff
path: root/wince/env.h
blob: c2cb424331702e0e91f0c1e74caf67f823a44fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// "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 */