repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add tests with filenames containing newline and backslash characters.
[coreutils.git]
/
lib
/
setenv.h
blob
54d7963c1d0dff6b37b27410b2958497f3e03315
1
#ifndef SETENV_H
2
# define SETENV_H 1
3
4
# undef __P
5
# if defined (__STDC__) && __STDC__
6
# define __P(x) x
7
# else
8
# define __P(x) ()
9
# endif
10
11
int
12
setenv
__P
((
const char
*
name
,
const char
*
value
,
int
replace
));
13
14
void
15
unsetenv
__P
((
const char
*
name
));
16
17
#endif
/* SETENV_H */