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