release.sh: restore -jJAILDIR option
[minix.git] / lib / libc / stdlib / Lint_llabs.c
blob7297875a27b51fde35f01e4c8f884157017fc125
1 /* $NetBSD: Lint_llabs.c,v 1.2 2000/03/07 20:02:00 kleink Exp $ */
3 /*
4 * This file placed in the public domain.
5 * Klaus Klein, March 6, 2000.
6 */
8 #include <stdlib.h>
10 /* ARGSUSED */ /* LONGLONG */
11 long long int
12 llabs(j)
13 long long int j;
15 return (0);