summaryrefslogtreecommitdiff
path: root/modules/strtol
blob: 24d4c734db71282e56d23928b55878542aef682f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description:
strtol() function: convert string to 'long'.

Files:
lib/strtol.c
m4/strtol.m4

Depends-on:
stdlib

configure.ac:
gl_FUNC_STRTOL
if test $HAVE_STRTOL = 0 || test $REPLACE_STRTOL = 1; then
  AC_LIBOBJ([strtol])
fi
gl_STDLIB_MODULE_INDICATOR([strtol])

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
glibc