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