X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Finttypes.c;h=c223a2ef12023c79a335e79a27acc4801fb53f87;hp=6025be3aed808c0203093a44f9781a65537e352f;hb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;hpb=8c8750c2826684c2420571a8007b9606f72c9040 diff --git a/functions/inttypes.c b/functions/inttypes.c index 6025be3..c223a2e 100644 --- a/functions/inttypes.c +++ b/functions/inttypes.c @@ -1,12 +1,9 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- - -// ---------------------------------------------------------------------------- -// Standard C +/* ---------------------------------------------------------------------------- + * $Id$ + * ---------------------------------------------------------------------------- + * Public Domain C Library - http://pdclib.sourceforge.net + * This code is Public Domain. Use, modify, and redistribute at will. + * --------------------------------------------------------------------------*/ intmax_t imaxabs( intmax_t i ) { /* TODO */ }; imaxdiv_t imaxdiv( intmax_t numer, intmax_t denom ) { /* TODO */ };