Up to[local] /src /lib /libm /src
Request diff between arbitrary revisions
Default branch: MAIN
Revision1.2,Mon Jul 21 20:29:14 2008 UTC (17 years, 4 months ago) bymartynas
Branch:MAIN
CVS Tags:HEAD
Changes since1.1: +1 -1 lines
FILE REMOVED
rename lround.c lroundf.c llround.c llroundf.c to s_lround.cs_lroundf.c s_llround.c s_llroundf.c, for naming consistencylooks fine to millert@
Revision1.1 / (download) -annotate -[select for diffs],Thu Nov 17 20:07:40 2005 UTC (20 years ago) byotto
Branch:MAIN
CVS Tags:OPENBSD_4_3_BASE,OPENBSD_4_3,OPENBSD_4_2_BASE,OPENBSD_4_2,OPENBSD_4_1_BASE,OPENBSD_4_1,OPENBSD_4_0_BASE,OPENBSD_4_0,OPENBSD_3_9_BASE,OPENBSD_3_9
Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD viajason@. Man page fixes by jmc@, prodding by jsg@. ok mickey@