view lib/setenv.h @ 627:27b627bebea0

copied from id-utils-3.0k
author Jim Meyering <jim@meyering.net>
date Sun, 23 Jun 1996 17:58:15 +0000
parents 7297a50f1148
children b63f146fd963
line wrap: on
line source

#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 */