]> pd.if.org Git - pdclib/blobdiff - functions/math/isinf.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib] / functions / math / isinf.c
diff --git a/functions/math/isinf.c b/functions/math/isinf.c
deleted file mode 100644 (file)
index 281bdfd..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++
-
-bool isinf( float x ) { /* TODO */ };
-bool isinf( double x ) { /* TODO */ };
-bool isinf( long double x ) { /* TODO */ };