Commit f9b23f0c by Gerald Pfeifer Committed by Gerald Pfeifer

pself.c, [...]: Remove.

	* pself.c, pself1.c, pself2.c, pself3.c, pself4.c, pself5.c:
	Remove.

From-SVN: r42959
parent 8825dfbd
2001-06-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* pself.c, pself1.c, pself2.c, pself3.c, pself4.c, pself5.c:
Remove.
2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk> 2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
* doc/install-old.texi: Remove more obsolete documentation. * doc/install-old.texi: Remove more obsolete documentation.
......
main(){char*p="main(){char*p=%c%s%c;(void)printf(p,34,p,34,10);}%c";(void)printf(p,34,p,34,10);}
main(a){a="main(a){a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a,34);}
\ No newline at end of file
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);}
main(a){printf(a,34,a="main(a){printf(a,34,a=%c%s%c,34);}",34);}
#include <stdio.h>
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;}
#include <stdio.h>
#define N '\n'
#define Q '\"'
#define B '\\'
int main(void){char*p="#include <stdio.h>%c#define N '%cn'%c#define Q '%c%c'%c#define B '%c%c'%cint main(void){char*p=%c%s%c;(void)printf(p,N,B,N,B,Q,N,B,B,N,Q,p,Q,N);return 0;}%c";(void)printf(p,N,B,N,B,Q,N,B,B,N,Q,p,Q,N);return 0;}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment