X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fcomplex%2Fcreal.c;h=2e532b1ec1807d45af065b95a53f689d3d3e51f4;hp=4c02e35228d77fde93f00425827e9d02d2133390;hb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;hpb=8c8750c2826684c2420571a8007b9606f72c9040 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 */ };