ftello: Prefer stdckdint to intprops.
[gnulib.git] / modules / strtol
blobc875b3b354cef63cfb5872536c7a11ae99dc93c9
1 Description:
2 strtol() function: convert string to 'long'.
4 Files:
5 lib/strtol.c
6 m4/strtol.m4
8 Depends-on:
9 stdlib
11 configure.ac:
12 gl_FUNC_STRTOL
13 gl_CONDITIONAL([GL_COND_OBJ_STRTOL],
14                [test $HAVE_STRTOL = 0 || test $REPLACE_STRTOL = 1])
15 gl_STDLIB_MODULE_INDICATOR([strtol])
17 Makefile.am:
18 if GL_COND_OBJ_STRTOL
19 lib_SOURCES += strtol.c
20 endif
22 Include:
23 <stdlib.h>
25 License:
26 LGPL
28 Maintainer:
29 glibc