index
:
personal/linux-0.01-distro.git
master
My attempt to make a Linux 0.01 distro using old versions of the source code
Alee
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc-1.40
/
print-self1.c
blob: acdfc650583dbb4f9d219d82d71a45d63beae9d0 (
plain
) (
blame
)
1
main
(
a
){
a
=
"main(a){a=%c%s%c;printf(a,34,a,34);}"
;
printf
(
a
,
34
,
a
,
34
);}