This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a4508a9aaa
NetBSD
/
gnu
/
dist
/
gcc
/
pself3.c
2 lines
65 B
C
Raw
Normal View
History
Unescape
Escape
initial import of the egcs 1.0.2 compiler
1998-03-29 12:14:27 +04:00
main
(
a
)
{
printf
(
a
,
34
,
a
=
"
main(a){printf(a,34,a=%c%s%c,34);}
"
,
34
)
;
}