release.sh: restore -jJAILDIR option
[minix.git] / lib / libc / stdlib / Lint_imaxabs.c
blob2dfc790d842dd4e145dad14e273167b2c8742074
1 /* $NetBSD: Lint_imaxabs.c,v 1.1 2008/08/04 21:29:27 matt Exp $ */
3 /*
4 * This file placed in the public domain.
5 * Matt Thomas, August 4, 2008.
6 */
8 #include <inttypes.h>
10 /* ARGSUSED */
11 intmax_t
12 imaxabs(intmax_t j)
14 return (0);