X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Finttypes.c;h=6025be3aed808c0203093a44f9781a65537e352f;hb=b589d7c67f9130207ab72d8b7c687b94d5bcc352;hp=d815cca26d2d6367e862699d0a983050d7e9bb7c;hpb=dcc8a8e99f69e090a03b7b868443addbc0817820;p=pdclib.old 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