repo.or.cz
/
trueprint.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removal due to another working script
[trueprint.git]
/
src
/
headers.h
blob
ce4da5c333cc1683b856bec9e26b7ea5e9ed7e12
1
/*
2
* Include file:
3
* headers.h
4
*/
5
6
extern
void
setup_headers
(
void
);
7
void
print_text_header
(
long
,
long
);
8
void
print_file_header
(
long
);
9
void
print_index_header
(
long
);
10
void
print_cflow_header
(
long
);