X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Finttypes.c;h=6025be3aed808c0203093a44f9781a65537e352f;hb=33ea80a48bfc48263e3cc855e7a4bfef7ebe8d98;hp=d815cca26d2d6367e862699d0a983050d7e9bb7c;hpb=34893ecc2200dc7017c36a54cb6c5f4c2378b5ec;p=pdclib diff --git a/functions/inttypes.c b/functions/inttypes.c index d815cca..6025be3 100644 --- a/functions/inttypes.c +++ b/functions/inttypes.c @@ -5,12 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -intmax_t abs( intmax_t i ) { /* TODO */ }; -imaxdiv_t div( intmax_t numer, intmax_t denom ) { /* TODO */ }; - // ---------------------------------------------------------------------------- // Standard C