X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Finttypes.h;h=cc81b984a51fe92d04e8770859a8329ff9c565ab;hb=fa83711012f232a1796473e19a832afed88239a3;hp=bb52ea9f24c10dc2ca8b596afe4a647311288bdd;hpb=9240ade77991f36f5584e90d7233182401c77614;p=pdclib.old diff --git a/includes/inttypes.h b/includes/inttypes.h index bb52ea9..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 @@ -24,10 +26,7 @@ imaxdiv_t; // FUNCTIONS intmax_t imaxabs( intmax_t i ); -intmax_t abs( intmax_t i ); [C++ only] - imaxdiv_t imaxdiv( intmax_t numer, intmax_t denom ); -imaxdiv_t div( intmax_t numer, intmax_t denom ); [C++ only] intmax_t strtoimax( const char * restrict s, char * * restrict endptr, int base ); uintmax_t strtoumax( const char * restrict s, char * * restrict endptr, int base );