]> pd.if.org Git - pdclib/blobdiff - _PDCLIB_config.h
Added a warning about missing test drivers.
[pdclib] / _PDCLIB_config.h
index a8ef2fa8507530b4e32c3d428fb901f3221a41cb..74eb290286d8178ca66e6cbb5b0db8fc1af7e286 100644 (file)
@@ -9,6 +9,13 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+/* -------------------------------------------------------------------------- */
+/* Misc                                                                       */
+/* -------------------------------------------------------------------------- */
+
+/* The character (sequence) your platform uses as newline.                    */
+#define _PDCLIB_endl "\n"
+
 /* -------------------------------------------------------------------------- */
 /* Integers                                                                   */
 /* -------------------------------------------------------------------------- */
 
 #define _PDCLIB_intmax long long int
 #define _PDCLIB_INTMAX LLINT
+/* You are also required to state the literal suffix for the intmax type      */
+#define _PDCLIB_INTMAX_LITERAL ll
 
 /* -------------------------------------------------------------------------- */
 /* Floating Point                                                             */