summaryrefslogtreecommitdiff
path: root/modules/strtol
blob: 65b6946390c091e6880bbca76f814924f31f7920 (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
28
29
30
31
Description:
strtol() function: convert string to 'long'.

Status:
obsolete

Notice:
This module is obsolete.

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

Depends-on:

configure.ac:
gl_FUNC_STRTOL
if test $ac_cv_func_strtol = no; then
  AC_LIBOBJ([strtol])
fi

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
glibc