]> pd.if.org Git - pdclib/blobdiff - functions/math/nan.c
Added template implementation files.
[pdclib] / functions / math / nan.c
diff --git a/functions/math/nan.c b/functions/math/nan.c
new file mode 100644 (file)
index 0000000..5d0526e
--- /dev/null
@@ -0,0 +1,10 @@
+// ----------------------------------------------------------------------------
+// $Id$
+// ----------------------------------------------------------------------------
+// Public Domain C Library - http://pdclib.sourceforge.net
+// This code is Public Domain. Use, modify, and redistribute at will.
+// ----------------------------------------------------------------------------
+
+double nan( const char *str ) { /* TODO */ };
+float nanf( const char *str ) { /* TODO */ };
+long double nanl( const char *str ) { /* TODO */ };