view lib/setenv.h @ 20344:17b56511ee5f

indent cpp-directives
author Jim Meyering <jim@meyering.net>
date Mon, 15 Jul 1996 03:56:06 +0000
parents d7247523984f
children 5248d7d55666
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 */