On Nov 17, 1:43 pm, Ertugrul Söylemez <e...@ertes.dew rote:
Well your blog entry starts with
which is untrue and a bad way to start an article.
Reading further, in your code
<http://ertes.de/cfact/cfact1.c>
It seems you want to obfuscate your code, since you have things like
Line 34 you return a value other than 0, EXIT_SUCCESS and
EXIT_FAILURE, which doesn't need to be meaningful.
The other 3 source files (cfact[2,3,4].c) are not standard C.
Hello people,
>
I thought it would be funny to try to bring functional concepts into the
C language. If anyone is interested, I have published the results on my
blog [1].
>
[1] http://blog.ertes.de/2008/11/obscure...rspective.html
>
I thought it would be funny to try to bring functional concepts into the
C language. If anyone is interested, I have published the results on my
blog [1].
>
[1] http://blog.ertes.de/2008/11/obscure...rspective.html
C is probably the most uninteresting programming language in the world.
Reading further, in your code
<http://ertes.de/cfact/cfact1.c>
It seems you want to obfuscate your code, since you have things like
puts("_Expectin g one argument.\0Inva lid integer." + jv); /* vippstar: jv is return value of setjmp */
EXIT_FAILURE, which doesn't need to be meaningful.
The other 3 source files (cfact[2,3,4].c) are not standard C.
Comment