annotate tests/test-xstrtoll.c @ 14476:7e83803507fe

New module 'unictype/category-longname'. * lib/unictype.in.h (uc_general_category_long_name): New declaration. * lib/unictype/categ_longname.c: New file. * modules/unictype/category-longname: New file. * modules/unictype/category-all (Depends-on): Add it.
author Bruno Haible <bruno@clisp.org>
date Fri, 25 Mar 2011 23:14:10 +0100
parents fcd269d69e88
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12814
fcd269d69e88 xstrtoll: new module
Jim Meyering <meyering@redhat.com>
parents:
diff changeset
1 #define __xstrtol xstrtoll
fcd269d69e88 xstrtoll: new module
Jim Meyering <meyering@redhat.com>
parents:
diff changeset
2 #define __strtol_t long long int
fcd269d69e88 xstrtoll: new module
Jim Meyering <meyering@redhat.com>
parents:
diff changeset
3 #define __spec PRId64
fcd269d69e88 xstrtoll: new module
Jim Meyering <meyering@redhat.com>
parents:
diff changeset
4 #include "test-xstrtol.c"