X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fcreal.c;h=2e532b1ec1807d45af065b95a53f689d3d3e51f4;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=4c02e35228d77fde93f00425827e9d02d2133390;hpb=5e125f38b2aba7d706a9143727e2ef72d58391dc;p=pdclib.old diff --git a/functions/complex/creal.c b/functions/complex/creal.c index 4c02e35..2e532b1 100644 --- a/functions/complex/creal.c +++ b/functions/complex/creal.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 creal( double _Complex x ) { /* TODO */ }; float crealf( float _Complex x ) { /* TODO */ };