X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fmath%2Fmod.c;h=468f2c483098fdb6f42547cdbca42f63863e2e08;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=ed3a371ee65ac84961a2cf08a7247793a54ebbe8;hpb=5e125f38b2aba7d706a9143727e2ef72d58391dc;p=pdclib.old diff --git a/functions/math/mod.c b/functions/math/mod.c index ed3a371..468f2c4 100644 --- a/functions/math/mod.c +++ b/functions/math/mod.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. + * --------------------------------------------------------------------------*/ double fmod( double x, double y ) { /* TODO */ };