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
332aa50acb
NetBSD
/
gnu
/
dist
/
gcc
/
pself1.c
1 line
68 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
)
{
a
=
"
main(a){a=%c%s%c;printf(a,34,a,34);}
"
;
printf
(
a
,
34
,
a
,
34
)
;
}