Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2006 14:02:44 +0200 (CEST)
From:      Oliver Fromme <olli@lurza.secnetix.de>
To:        freebsd-multimedia@FreeBSD.ORG
Subject:   Re: My snd_ich working well
Message-ID:  <200604031202.k33C2iBn044408@lurza.secnetix.de>
In-Reply-To: <4c40c4e70604030346g3305dc9bo580413026c33e148@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Angka H. K. <harikurniawan@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;}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604031202.k33C2iBn044408>