]> pd.if.org Git - pdclib/blobdiff - functions/math/fpclassify.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib] / functions / math / fpclassify.c
diff --git a/functions/math/fpclassify.c b/functions/math/fpclassify.c
deleted file mode 100644 (file)
index e9ac003..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
-
-// ----------------------------------------------------------------------------
-// C++
-
-int fpclassify( float x ) { /* TODO */ };
-int fpclassify( double x ) { /* TODO */ };
-int fpclassify( long double x ) { /* TODO */ };