view tests/test-xstrtoull.c @ 40239:e60e51dd1612

bitset: style changes * lib/bitset/table.c: Use NULL, not 0, for pointers. Formatting changes. (tbitset_list): Reduce scopes.
author Akim Demaille <akim.demaille@gmail.com>
date Thu, 14 Mar 2019 08:31:54 +0100
parents fcd269d69e88
children
line wrap: on
line source

#define __xstrtol xstrtoull
#define __strtol_t unsigned long long int
#define __spec PRIu64
#include "test-xstrtol.c"