X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fcreal.c;fp=functions%2Fcomplex%2Fcreal.c;h=0000000000000000000000000000000000000000;hb=94cec7268060142c361c882c0a54d4b0052a591c;hp=2e532b1ec1807d45af065b95a53f689d3d3e51f4;hpb=c8f799d852e3698468a78954d82588e841cc0b70;p=pdclib.old diff --git a/functions/complex/creal.c b/functions/complex/creal.c deleted file mode 100644 index 2e532b1..0000000 --- a/functions/complex/creal.c +++ /dev/null @@ -1,10 +0,0 @@ -/* ---------------------------------------------------------------------------- - * $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 */ }; -long double creall( long double _Complex x ) { /* TODO */ };