view modules/strtol @ 40209:c43e83386661

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 08 Mar 2019 09:27:47 -0800
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