repo.or.cz
/
mcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Used Variables instead of Options, in SConstruct
[mcc.git]
/
parse.h
blob
6f74f295d8c11962ea85d42ef02a288349f96fbc
1
#ifndef MCC_PARSE_H
2
#define MCC_PARSE_H
3
4
#include
"cc.h"
5
6
void
cc_parse
(
struct
cc
*
cc
);
7
8
#endif
9