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