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
mtab a real file now
[linux_from_scratch.git]
/
lfscmd
/
src
/
file.h
blob
15341e96db3e491003052004351bc44855b1f96f
1
#ifndef FILE_H
2
#define FILE_H
3
4
extern
int
readable
(
char
*
filename
);
5
extern
FILE
*
openFile
(
char
*
filename
);
6
7
#endif