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
* Makefile.in: Rebuilt.
[official-gcc.git]
/
gcc
/
pself4.c
blob
02a6f7cded63a9791ff21732f565dfec99cd087a
1
#include <stdio.h>
2
int
main
(
void
){
char
*
p
=
"#include <stdio.h>%cint main(void){char*p=%c%s%c;(void)printf(p,10,34,p,34,10);return 0;}%c"
;(
void
)
printf
(
p
,
10
,
34
,
p
,
34
,
10
);
return
0
;}