Thus spake Christoph Hammann (chammann(at)extern.uni-ulm.de):
> #include /* SigMask 0.3 (sig.c) 19990429 PUBLIC DOMAIN "Compile Me" */
> int main(c,v)char *v;{return !c?putchar(*v-1)&&main(0,v+ /* Tweaks welcomed. */
> 1):main(0,"Disjtupqi!Ibnnboo!=dibnnbooAfyufso/voj.vmn/ef?\v\1");} /* build: cc -o sig sig.c */
Das ist kein gültiges C.
sig.c:1: `#include' expects "FILENAME" or <FILENAME>
Bitte füg "<stdio.h>" ein.
Der Rest ist wirklich genial *lach*
alex:~/bla $ ./sig
Christoph Hammann <chammann(at)extern.uni-ulm.de>
hehe =)
Wieso ist
int main(c,v) char *v; { } ??
gültiges C?
Ich dachte immer, K&R C waere
int main(c,v)
{
char *v; int c;
....
}
Alex
-- I doubt, therefore I might be.
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Tue 12 Oct 1999 - 15:11:31 CEST