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