X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=_PDCLIB_config.h;h=74eb290286d8178ca66e6cbb5b0db8fc1af7e286;hb=4821a6af8ca1c748a695e83c47028bca878d11fe;hp=a8ef2fa8507530b4e32c3d428fb901f3221a41cb;hpb=58d8a9b3c029ee73e8b9d019627e2ffebc4fe728;p=pdclib diff --git a/_PDCLIB_config.h b/_PDCLIB_config.h index a8ef2fa..74eb290 100644 --- a/_PDCLIB_config.h +++ b/_PDCLIB_config.h @@ -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 */ /* -------------------------------------------------------------------------- */ @@ -93,6 +100,8 @@ #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 */