]> pd.if.org Git - pdclib/blobdiff - functions/inttypes.c
Introducing personalities. Removing C++ function decs / defs.
[pdclib] / functions / inttypes.c
index d815cca26d2d6367e862699d0a983050d7e9bb7c..6025be3aed808c0203093a44f9781a65537e352f 100644 (file)
@@ -5,12 +5,6 @@
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
 
-// ----------------------------------------------------------------------------
-// C++
-
-intmax_t abs( intmax_t i ) { /* TODO */ };
-imaxdiv_t div( intmax_t numer, intmax_t denom ) { /* TODO */ };
-
 // ----------------------------------------------------------------------------
 // Standard C