X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Finttypes.h;h=cc81b984a51fe92d04e8770859a8329ff9c565ab;hb=fa83711012f232a1796473e19a832afed88239a3;hp=4f9f9ce69940c9d138229ab294ba544b096d897c;hpb=6fbba292c27651dbfa4ec9f1d48be28a69c8e0fc;p=pdclib.old diff --git a/includes/inttypes.h b/includes/inttypes.h index 4f9f9ce..cc81b98 100644 --- a/includes/inttypes.h +++ b/includes/inttypes.h @@ -10,6 +10,8 @@ #ifndef __INTTYPES_H #define __INTTYPES_H __INTTYPES_H +// TODO: Documentation + // ---------------------------------------------------------------------------- // TYPEDEFS @@ -21,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 );