repo.or.cz
/
linux_from_scratch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Merged newxml into HEAD
[linux_from_scratch.git]
/
lfscmd
/
src
/
env.h
blob
6c064b9579b82f25d4087bc1e7defe2fe1306c2d
1
#ifndef ENV_H
2
#define ENV_H
3
4
extern
char
*
locate_book
(
const char
*
varname
);
5
6
#endif