]> pd.if.org Git - pdclib/blobdiff - functions/inttypes.c
Re-import from Subversion.
[pdclib] / functions / inttypes.c
index d815cca26d2d6367e862699d0a983050d7e9bb7c..c223a2ef12023c79a335e79a27acc4801fb53f87 100644 (file)
@@ -1,18 +1,9 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// 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
+/* ----------------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------------
+ * Public Domain C Library - http://pdclib.sourceforge.net
+ * This code is Public Domain. Use, modify, and redistribute at will.
+ * --------------------------------------------------------------------------*/
 
 intmax_t imaxabs( intmax_t i ) { /* TODO */ };
 imaxdiv_t imaxdiv( intmax_t numer, intmax_t denom ) { /* TODO */ };