• Show log

    Commit

  • Hash : 67e02aae
    Author : Paul Eggert
    Date : 2022-01-16T22:31:02

    xstrtoll-tests: use %lld for long long
    
    * tests/test-xstrtoll.c, tests/test-xstrtoull.c (__spec):
    Do not assume long long is 64 bits, or that exact-width
    64-bit types exist.  Although these assumptions are true
    on current Gnulib platforms they are not true in general.
    Also, GCC warns if PRId64 is "ld" but intmax_t is long long
    even when long and long long are both 64 bits.
    

  • README

  • Please create and read the docs with
    
      $ cd doc
      $ make gnulib.html
      $ xdg-open gnulib.html
    
    or read the online manual at
    
      https://www.gnu.org/software/gnulib/manual/gnulib.html