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