repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
strtol
blob
65b6946390c091e6880bbca76f814924f31f7920
1
Description:
2
strtol() function: convert string to 'long'.
3
4
Status:
5
obsolete
6
7
Notice:
8
This module is obsolete.
9
10
Files:
11
lib/strtol.c
12
m4/strtol.m4
13
14
Depends-on:
15
16
configure.ac:
17
gl_FUNC_STRTOL
18
if test $ac_cv_func_strtol = no; then
19
AC_LIBOBJ([strtol])
20
fi
21
22
Makefile.am:
23
24
Include:
25
<stdlib.h>
26
27
License:
28
LGPL
29
30
Maintainer:
31
glibc