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