From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <84ceaf4678f707833490997e7f88ea76@swcp.com> References: <84ceaf4678f707833490997e7f88ea76@swcp.com> Date: Thu, 22 Jul 2010 04:10:41 -0300 Message-ID: From: "Federico G. Benavento" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] p9pow10? Topicbox-Message-UUID: 41275fc2-ead6-11e9-9d60-3106f5b1d025 as it's #defined... look for the source of pow10()... http://plan9.bell-labs.com/sources/plan9/sys/src/libc/port/pow10.c most likely is #defined so it doesn't clash with linux's pow10(3) On Thu, Jul 22, 2010 at 3:59 AM, EBo wrote: > > libc.h redefines pow10 to be p9pow10. =C2=A0I cannot find the source for > p9pow10 in plan9port, 9vx nor sysfromiso. > > Does anyone know what's up with that? > > > --=20 Federico G. Benavento