view tests/test-xstrtoimax.c @ 12391:5d8d7c606ce6

test-dup2: enhance test Ensure that dup2(cloexec_fd, target) returns an inheritable fd. * modules/dup2-tests (Depends-on): Add cloexec. * tests/test-dup2.c (main): Enhance test. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Sat, 05 Dec 2009 06:19:01 -0700
parents 2f9763090486
children
line wrap: on
line source

#define __xstrtol xstrtoimax
#define __strtol_t intmax_t
#define __spec PRIdMAX
#include "test-xstrtol.c"