diff options
author | YamaArashi <shadow962@live.com> | 2016-02-12 10:25:03 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-12 10:25:03 -0800 |
commit | 7e65adeeca85a232d11aeaa063227dad72f12e2f (patch) | |
tree | 630112ec27631ea4940f72713ee40d7742c4c295 /gcc/pself2.c | |
parent | e58748cc8494d3df2d83435078e5615641ddd9da (diff) |
misc cleanup
Diffstat (limited to 'gcc/pself2.c')
-rwxr-xr-x | gcc/pself2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/pself2.c b/gcc/pself2.c deleted file mode 100755 index c88a8c1..0000000 --- a/gcc/pself2.c +++ /dev/null @@ -1 +0,0 @@ -main(){char*a="main(){char*a=%c%s%c;int b='%c';printf(a,b,a,b,b);}";int b='"';printf(a,b,a,b,b);} |