view modules/strtol @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents b34e684f6884
children
line wrap: on
line source

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