My snd_ich working well

Oliver Fromme olli at lurza.secnetix.de
Mon Apr 3 12:02:52 UTC 2006


Angka H. K. <harikurniawan at gmail.com> wrote:
 > What "#if 0" mean in the snd_ich.c file. I think it will always produce
 > false result ("0 = false"), is it correct or wrong ?

"#if 0" is a common way to comment out larger parts of a
source file.  Some people write "#ifdef notdef" which does
the same thing.  (You cannot easily use "/* ... */" for
that purpose because it cannot be nested.)

Best regards
   Oliver

-- 
Oliver Fromme,  secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing
Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

PI:
int f[9814],b,c=9814,g,i;long a=1e4,d,e,h;
main(){for(;b=c,c-=14;i=printf("%04d",e+d/a),e=d%a)
while(g=--b*2)d=h*b+a*(i?f[b]:a/5),h=d/--g,f[b]=d%g;}


More information about the freebsd-multimedia mailing list