X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Frint.c;fp=functions%2Fmath%2Frint.c;h=1c7fe3d7ac753a9ca998a74cce687d9f4df6b35f;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=96bd5027657a92b35715b5e4ab5d735b4cc56b75;hpb=5e125f38b2aba7d706a9143727e2ef72d58391dc;p=pdclib.old diff --git a/functions/math/rint.c b/functions/math/rint.c index 96bd502..1c7fe3d 100644 --- a/functions/math/rint.c +++ b/functions/math/rint.c @@ -1,9 +1,9 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- +/* ---------------------------------------------------------------------------- + * $Id$ + * ---------------------------------------------------------------------------- + * Public Domain C Library - http://pdclib.sourceforge.net + * This code is Public Domain. Use, modify, and redistribute at will. + * --------------------------------------------------------------------------*/ long long llrint( double x ) { /* TODO */ }; long long llrintf( float x ) { /* TODO */ };