X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Finttypes.h;h=cc81b984a51fe92d04e8770859a8329ff9c565ab;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=2b4eafef71c26772bbbe45231b17c421c5729235;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/includes/inttypes.h b/includes/inttypes.h index 2b4eafe..cc81b98 100644 --- a/includes/inttypes.h +++ b/includes/inttypes.h @@ -23,15 +23,7 @@ typedef struct imaxdiv_t; // ---------------------------------------------------------------------------- -// FUNCTIONS - C++ - -#ifdef __cplusplus -intmax_t abs( intmax_t i ); -imaxdiv_t div( intmax_t numer, intmax_t denom ); -#endif __cplusplus - -// ---------------------------------------------------------------------------- -// FUNCTIONS - Standard C +// FUNCTIONS intmax_t imaxabs( intmax_t i ); imaxdiv_t imaxdiv( intmax_t numer, intmax_t denom );