view modules/strtoul @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
parents 51c87706ae95
children
line wrap: on
line source

Description:
strtoul() function: convert string to 'unsigned long'.

Status:
obsolete

Notice:
This module is obsolete.

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

Depends-on:

configure.ac:
gl_FUNC_STRTOUL
if test $ac_cv_func_strtoul = no; then
  AC_LIBOBJ([strtoul])
fi

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
glibc