repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* pt.c (tsubst_expr): Set DECL_TEMPLATE_INSTANTIATED for a catch
[official-gcc.git]
/
boehm-gc
/
add_gc_prefix.c
blob
0d1ab6d4d3668d73cd50a9c39baab704830a9c48
1
# include <stdio.h>
2
3
int
main
(
argc
,
argv
,
envp
)
4
int
argc
;
5
char
**
argv
;
6
char
**
envp
;
7
{
8
int
i
;
9
10
for
(
i
=
1
;
i
<
argc
;
i
++) {
11
printf
(
"gc/%s "
,
argv
[
i
]);
12
}
13
return
(
0
);
14
}