From 651e543fd678c550054c0f93a0e5a9d5495a70dc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 1 Apr 1996 00:16:11 +0000 Subject: . --- lib/setenv.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/setenv.h (limited to 'lib/setenv.h') diff --git a/lib/setenv.h b/lib/setenv.h new file mode 100644 index 000000000..932a852d7 --- /dev/null +++ b/lib/setenv.h @@ -0,0 +1,17 @@ +#ifndef SETENV_H +#define SETENV_H 1 + +#undef __P +#if defined (__STDC__) && __STDC__ +#define __P(x) x +#else +#define __P(x) () +#endif + +int + setenv __P ((const char *name, const char *value, int replace)); + +void + unsetenv __P ((const char *name)); + +#endif /* SETENV_H */ -- cgit v1.2.3-54-g00ecf