1Description:
2strtol() function: convert string to 'long'.
3
4Status:
5obsolete
6
7Notice:
8This module is obsolete.
9
10Files:
11lib/strtol.c
12m4/strtol.m4
13
14Depends-on:
15
16configure.ac:
17gl_FUNC_STRTOL
18if test $ac_cv_func_strtol = no; then
19  AC_LIBOBJ([strtol])
20fi
21
22Makefile.am:
23
24Include:
25<stdlib.h>
26
27License:
28LGPL
29
30Maintainer:
31glibc
32