]> pd.if.org Git - pdclib/blobdiff - functions/math/fdim.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib] / functions / math / fdim.c
index 9a005796f828ee09a8b57d2abd3d818e7499f0c1..f87d1cc0f3ff9533f547a3289e8ed67544698015 100644 (file)
@@ -5,15 +5,6 @@
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
 
-// ----------------------------------------------------------------------------
-// C++
-
-float fdim( float x, float y ) { /* TODO */ };
-long double fdim( long double x, long double y ) { /* TODO */ };
-
-// ----------------------------------------------------------------------------
-// Standard C
-
 double fdim( double x, double y ) { /* TODO */ };
 
 /* Therx code