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